[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new module proposal: verror
From: |
Eric Blake |
Subject: |
Re: new module proposal: verror |
Date: |
Thu, 10 Aug 2006 07:08:38 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.666 |
-----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 <address@hidden>
* 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 <address@hidden>
* gnulib-tool (func_import): Check for unexpanded gl_ macros.
- --
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
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])"
- new module proposal: verror, Eric Blake, 2006/08/04
- Re: new module proposal: verror, Ben Pfaff, 2006/08/04
- Re: [bug-gnulib] new module proposal: verror, Bruno Haible, 2006/08/08
- Re: new module proposal: verror, Eric Blake, 2006/08/08
- Re: new module proposal: verror, Eric Blake, 2006/08/08
- Re: new module proposal: verror,
Eric Blake <=
- Re: new module proposal: verror, Ralf Wildenhues, 2006/08/10
- Re: new module proposal: verror, Eric Blake, 2006/08/10
- Re: [bug-gnulib] Re: new module proposal: verror, Bruno Haible, 2006/08/10