-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Eric Blake on 8/8/2006 3:59 PM:
>> 2006-08-08  Eric Blake  <ebb9 <at> byu.net>
>>
>>      * modules/verror: New module.
>>      * MODULES.html.sh: Document it.

And another followup, since configure is now outputting:

checking for vasprintf... yes
./configure: line 14768: gl_VERROR: command not found
checking whether wcwidth is declared... yes

2006-08-10  Eric Blake  <[EMAIL PROTECTED]>

        * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
        in from original proposal.

Index: modules/verror
===================================================================
RCS file: /sources/gnulib/gnulib/modules/verror,v
retrieving revision 1.1
diff -u -p -r1.1 verror
- --- modules/verror      8 Aug 2006 14:39:04 -0000       1.1
+++ modules/verror      10 Aug 2006 13:02:33 -0000
@@ -10,7 +10,6 @@ error
 xvasprintf

 configure.ac:
- -gl_VERROR

 Makefile.am:
 lib_SOURCES += verror.h verror.c

Can I get approval for this additional patch, which would make this
problem more noticeable in the future by making autoconf barf over
unexpanded macros in the gl_ namespace?

2006-08-10  Eric Blake  <[EMAIL PROTECTED]>

        * gnulib-tool (func_import): Check for unexpanded gl_ macros.

- --
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

iD8DBQFE2y/W84KuGfSFAYARAtcpAKCS1WNHCUpfZMY5tWnDgseogCb53QCcCy0a
zMqOIr5ct5ev3wMnk14Devg=
=rPkg
-----END PGP SIGNATURE-----
Index: gnulib-tool
===================================================================
RCS file: /sources/gnulib/gnulib/gnulib-tool,v
retrieving revision 1.134
diff -u -p -r1.134 gnulib-tool
--- gnulib-tool 8 Aug 2006 11:35:22 -0000       1.134
+++ gnulib-tool 10 Aug 2006 13:07:24 -0000
@@ -1526,6 +1526,8 @@ func_import ()
     echo "# any checks for libraries, header files, types and library 
functions."
     echo "AC_DEFUN([${macro_prefix}_EARLY],"
     echo "["
+    echo "  m4_pattern_forbid([^gl_])"
+    echo "  m4_pattern_allow([^gl_cv_])"
     echo "  AC_REQUIRE([AC_PROG_RANLIB])"
     if grep AC_GNU_SOURCE "$destdir"/$m4base/*.m4 >/dev/null 2>/dev/null; then
       echo "  AC_REQUIRE([AC_GNU_SOURCE])"

Reply via email to