This is an FYI posting of everything I touched to get the latest beta release out the door.
Note that until the translation project reinstates the m4 project using the m4.pot from the 1.4.18b release, you'll need to use './bootstrap --skip-po' in the short term. Hopefully that will all get resolved soon. Eric Blake (7): maint: bump copyright year maint: fix syntax-check issues maint: update bootstrap, (re-)enable po file generation maint: update gnulib to latest maint: prepare for beta release version 1.4.18b maint: post-release administrivia .prev-version | 2 +- AUTHORS | 4 +- BACKLOG | 2 +- ChangeLog-2014 | 2 +- HACKING | 26 +- Makefile.am | 6 +- NEWS | 14 +- README | 2 +- THANKS | 4 +- TODO | 4 +- acinclude.m4 | 4 +- bootstrap | 1061 +++++++++++++++++++++++------------ bootstrap.conf | 21 +- c-boxes.el | 6 +- cfg.mk | 8 +- checks/Makefile.am | 6 +- checks/check-them | 4 +- checks/get-them | 4 +- checks/stackovf.test | 6 +- configure.ac | 4 +- doc/Makefile.am | 6 +- doc/m4.texi | 15 +- examples/Makefile.am | 6 +- gl/build-aux/bootstrap.in | 225 +++++--- gl/build-aux/extract-trace | 215 ++++--- gl/build-aux/funclib.sh | 329 +++++++---- gl/build-aux/inline-source | 38 +- gl/build-aux/options-parser | 284 ++++++---- gnulib | 2 +- lib/Makefile.am | 6 +- po/POTFILES.in | 15 +- src/Makefile.am | 10 +- src/builtin.c | 2 +- src/debug.c | 6 +- src/eval.c | 6 +- src/format.c | 6 +- src/freeze.c | 2 +- src/input.c | 6 +- src/m4.c | 6 +- src/m4.h | 2 +- src/macro.c | 6 +- src/output.c | 6 +- src/path.c | 4 +- src/symtab.c | 2 +- tests/Makefile.am | 6 +- 45 files changed, 1522 insertions(+), 879 deletions(-) -- 2.31.1 _______________________________________________ M4-patches mailing list [email protected] https://lists.gnu.org/mailman/listinfo/m4-patches
