branch-1_4 gnulib-tool update
Eric Blake <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks to recent gnulib-tool updates, the tokens M4_libobjs is now generated in configure. This patch is required for a fresh bootstrap to work again. 2006-10-13 Eric Blake <[email protected]> * configure.ac (m4_pattern_forbid): Narrow the range of forbidden macros, to work with recent gnulib-tool update. Index: configure.ac =================================================================== RCS file: /sources/m4/m4/configure.ac,v retrieving revision 1.36.2.28 diff -u -p -r1.36.2.28 configure.ac - --- configure.ac 10 Oct 2006 02:56:18 -0000 1.36.2.28 +++ configure.ac 13 Oct 2006 13:15:23 -0000 @@ -23,8 +23,7 @@ AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu]) PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE]) VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION]) - -m4_pattern_forbid([^M4_]) - -m4_pattern_allow([^M4_cv_]) +m4_pattern_forbid([^M4_[A-Z]]) AC_CONFIG_SRCDIR([src/m4.h]) AC_CONFIG_HEADERS([config.h:config-h.in]) - -- Life is short - so eat dessert first! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFL5HL84KuGfSFAYARAg/bAJsEDzaXifOq+NsCnNZOT8tB42pn1QCfey9K tjTDA3gNwbDoYUr5LnnftEA= =iYTN -----END PGP SIGNATURE-----