summaryrefslogtreecommitdiff
path: root/bootstrap.conf
AgeCommit message (Collapse)Author
2024-07-03maint: remove the obsolete gettext modulemasterCollin Funk
* bootstrap.conf (gnulib_modules): Remove gettext. Use the gettext-h module instead. * Makefile.am (hello_LDADD): Update libraries according to current ./bootstrap invocation.
2024-07-03maint: use mbszeroCollin Funk
* bootstrap.conf (gnulib_modules): Add mbszero. * src/hello.c (main): Use mbszero to set the initial conversion state.
2024-07-03maint: copy fdl.texi instead of using the gnulib moduleCollin Funk
Using the module gives the following message: $ gnulib-tool --extract-notice fdl Don't use this module! Instead, copy the referenced license \ file into your version control repository. * bootstrap.conf (gnulib_modules): Remove fdl. * doc/.gitignore (/fdl.texi): Remove entry. * doc/fdl.texi: Add file from Gnulib.
2024-07-03maint: don't use the deprecated stdnoreturn moduleCollin Funk
* bootstrap.conf (gnulib_modules): Remove stdnoreturn. * src/hello.c: Don't include <stdnoreturn.h>. Gnulib will define _Noreturn in <config.h> if the compiler does not support the C11 keyword.
2024-07-03maint: run 'make update-copyright'Reuben Thomas
* cfg.mk (old_NEWS_hash): Update hash of NEWS to reflect copyright date change. Patch from Collin Funk.
2022-07-25gnulib: remove use of deprecated module non-recursive-gnulib-prefix-hackReuben Thomas
Use gnulib-tool’s --automake-subdir option instead. Thanks, Bruno Haible.
2019-01-20maint: use version and bug report printing from gnulibSami Kerola
* bootstrap.conf: include propername and version-etc-fsf modules. * configure.ac: remove no-longer needed COPYRIGHT_YEAR. * Makefile.am: add empty MAINTAINERCLEANFILES variable. * src/hello.c: use version_etc() and emit_bug_reporting_address(). * po/POTFILES.in: add lib/version-etc.c to translations sources.
2019-01-15maint: update bootstrap and git-version-gen filesSami Kerola
* bootstrap: Copy latest file from gnulib. * build-aux/git-version-gen: Likewise.
2017-09-27maint: prefer https URLsSami Kerola
* all: Use HTTP over Transport Layer Security.
2017-03-03maint: update bootstrap and git-version-gen filesSami Kerola
* bootstrap: Copy latest file from gnulib. * bootstrap.conf: Likewise. * build-aux/git-version-gen: Likewise.
2017-02-11hello: Mark print_help() not to returnSami Kerola
* bootstrap.conf: include stdnoreturn module. * src/hello.c: mark print_help() not to return, and remove unreachable code. Reference: https://www.gnu.org/software/gnulib/manual/html_node/ stdnoreturn_002eh.html
2015-01-01maint: update all copyright year number rangesSami Kerola
Run "make update-copyright" and * configure.ac: Add copyright header. * contrib/de_franconian_po.txt: Translate copyright sign ascii character to capital C in round braces in order to get the file to be part of "make update-copyright" scope.
2014-12-28scripts: check files exist before comparingSami Kerola
* bootstrap.conf: Add if clause before cmp(1) call.
2014-12-28copy: add git hooks from coreutilsSami Kerola
Copy git hooks from coreutils to assure commit messages are suitable for ChangeLog. For example 'Signd-off-by' lines should not be used, and such error has already slipped twice to hello, see 9aaee4c9 and bc966b6f. * bootstrap.conf: Add bootstrap_epilogue() to maintain up to date copy of scripts in .git/hooks/ directory. * scripts/git-hooks/applypatch-msg: Add script. * scripts/git-hooks/commit-msg: Add script. * scripts/git-hooks/pre-applypatch: Add script. * scripts/git-hooks/pre-commit: Add script.
2014-05-04maint: add gnulib's update-copyright moduleJim Meyering
* bootstrap.conf (gnulib_modules): Add update-copyright, so that each year we can run "make update-copyright". Otherwise, that rule fails due to the absence of the file in build-aux.
2014-03-13maint: update all copyright dates via "make update-copyright"Jim Meyering
2014-01-13use standard error printing facilitiesSami Kerola
* bootstrap.conf: add error module * src/hello.c: use error() where needed
2013-11-20generate ChangeLog from git logSami Kerola
* .gitignore: ignore generated file * ChangeLog.O: move contents of old ChangeLog to archive file * Makefile.am: add generation of ChangeLog to dist-hook * bootstrap.conf: add gitlog-to-changelog module * build-aux/.gitignore: ignore gitlog-to-changelog * build-aux/git-log-fix: add filter file
2013-11-20use none-recursive makeSami Kerola
* .gitignore: update paths * Makefile.am: collect build rules to this file * bootstrap.conf: use new module * build-aux/.gitignore: ignore new module * configure.ac: remove old Makefiles * contrib/Makefile.am: remove * doc/Makefile.am: remove * doc/local.mk: add texi rules * lib/local.mk: add phony target * src/Makefile.am: remove
2013-11-20update bootstrap script and configurationSami Kerola
* bootstrap: copy from gnulib upstream * bootstrap.conf: copy from gnulib upstream
2013-10-10make hello unicode awareSami Kerola
* bootstrap.conf: add necessary gnulib modules for unicode support. * hello.c: allow user message, or translated, greeting to have unicode characters.
2012-04-20gnulib: add gnu-web-doc-update.Reuben Thomas
2012-04-19gnulib: add announce-gen.Reuben Thomas
2012-04-19gnulib: add do-release-commit-and-tag.Reuben Thomas
2012-04-19Fix various nits found by make syntax-check, and remove more generated files.Reuben Thomas
2012-04-18Switch to a more standard way of using gnulib, as a git submodule.Reuben Thomas