m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch-1_4 gnulib-tool update


From: Eric Blake
Subject: branch-1_4 gnulib-tool update
Date: Fri, 13 Oct 2006 07:17:00 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666

-----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  <address@hidden>

        * 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             address@hidden
-----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-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]