[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: assume config.h
From: |
Eric Blake |
Subject: |
Re: assume config.h |
Date: |
Sat, 28 Oct 2006 13:37:40 -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
According to Eric Blake on 9/26/2006 7:19 AM:
> I'm not ready to use the gnulib config-h module yet, since I still have to
> figure out how to play with the bootstrap script to ensure that libtool
> will work without -DHAVE_CONFIG_H provided by make. But since gnulib now
> assumes config.h, we might as well do likewise. This also ports the
> platform detection macros from the branch.
Enough has changed in libtool and gnulib that the config-h module now
works. We are already using it on the branch; so here goes for head:
2006-10-28 Eric Blake <address@hidden>
* ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
config-h.'
- --
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
iD8DBQFFQ7GE84KuGfSFAYARAnpqAJ482mDYjuRlPZ4zc5MXRp73yCxSkACdHMi+
SUL+THowD7a9I0qo92xzw/A=
=jTq8
-----END PGP SIGNATURE-----
Index: ltdl/m4/gnulib-cache.m4
===================================================================
RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v
retrieving revision 1.17
diff -u -p -r1.17 gnulib-cache.m4
--- ltdl/m4/gnulib-cache.m4 27 Oct 2006 15:16:31 -0000 1.17
+++ ltdl/m4/gnulib-cache.m4 28 Oct 2006 19:35:21 -0000
@@ -15,11 +15,11 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu
--m4-base=ltdl/m4 --doc-base=doc --aux-dir=ltdl/config --libtool
--macro-prefix=M4 assert avltree-list binary-io clean-temp cloexec close-stream
closeout configmake dirname error exit fdl filenamecat fopen-safer free gendocs
gettext gnupload mkstemp obstack progname regex regexprops-generic stdbool
stdlib-safer strnlen strtol tempname unlocked-io verror xalloc xalloc-die
xstrndup xstrtol xvasprintf
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu
--m4-base=ltdl/m4 --doc-base=doc --aux-dir=ltdl/config --libtool
--macro-prefix=M4 assert avltree-list binary-io clean-temp cloexec close-stream
closeout config-h configmake dirname error exit fdl filenamecat fopen-safer
free gendocs gettext gnupload mkstemp obstack progname regex regexprops-generic
stdbool stdlib-safer strnlen strtol tempname unlocked-io verror xalloc
xalloc-die xstrndup xstrtol xvasprintf
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
-gl_MODULES([assert avltree-list binary-io clean-temp cloexec close-stream
closeout configmake dirname error exit fdl filenamecat fopen-safer free gendocs
gettext gnupload mkstemp obstack progname regex regexprops-generic stdbool
stdlib-safer strnlen strtol tempname unlocked-io verror xalloc xalloc-die
xstrndup xstrtol xvasprintf])
+gl_MODULES([assert avltree-list binary-io clean-temp cloexec close-stream
closeout config-h configmake dirname error exit fdl filenamecat fopen-safer
free gendocs gettext gnupload mkstemp obstack progname regex regexprops-generic
stdbool stdlib-safer strnlen strtol tempname unlocked-io verror xalloc
xalloc-die xstrndup xstrtol xvasprintf])
gl_AVOID([])
gl_SOURCE_BASE([gnu])
gl_M4_BASE([ltdl/m4])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: assume config.h,
Eric Blake <=