summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-02 06:09:33 -0600
committerEric Blake <ebb9@byu.net>2008-08-07 07:15:23 -0600
commit3862237f3e40fae508984ad27fb2bb294e11a436 (patch)
tree678fb528242a525fb18628e593da6ca4e93efdd8
parentd5a907320c0ef81670caaac3f82a01bae298ffc1 (diff)
downloadm4-3862237f3e40fae508984ad27fb2bb294e11a436.tar.gz
Allow autobuild usage.
* m4/gnulib.cache: Import autobuild module. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit b9a0d949a0485213215c59b6df9283d4886d5fff) (cherry picked from commit 733d83936c8f255e6e474a5534522daf30236837)
-rw-r--r--ChangeLog5
-rw-r--r--m4/gnulib-cache.m443
2 files changed, 46 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a322384..58231d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-02 Eric Blake <ebb9@byu.net>
+
+ Allow autobuild usage.
+ * m4/gnulib.cache: Import autobuild module.
+
2008-05-23 Eric Blake <ebb9@byu.net>
Make closing files be consistent.
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index fc7e67a1..8d80bc80 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,11 +15,50 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush fopen-safer fseeko gendocs getopt git-version-gen gnumakefile gnupload gpl-3.0 intprops mkstemp obstack regex stdbool stdint stdlib-safer strstr strtod strtol unlocked-io verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix
+# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush fopen-safer fseeko gendocs getopt git-version-gen gnumakefile gnupload gpl-3.0 intprops mkstemp obstack regex stdbool stdint stdlib-safer strstr strtod strtol unlocked-io verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
-gl_MODULES([announce-gen assert avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush fopen-safer fseeko gendocs getopt git-version-gen gnumakefile gnupload gpl-3.0 intprops mkstemp obstack regex stdbool stdint stdlib-safer strstr strtod strtol unlocked-io verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix])
+gl_MODULES([
+ announce-gen
+ assert
+ autobuild
+ avltree-oset
+ binary-io
+ clean-temp
+ cloexec
+ close-stream
+ closein
+ config-h
+ error
+ fdl
+ fflush
+ fopen-safer
+ fseeko
+ gendocs
+ getopt
+ git-version-gen
+ gnumakefile
+ gnupload
+ gpl-3.0
+ intprops
+ mkstemp
+ obstack
+ regex
+ stdbool
+ stdint
+ stdlib-safer
+ strstr
+ strtod
+ strtol
+ unlocked-io
+ verror
+ version-etc
+ version-etc-fsf
+ xalloc
+ xprintf
+ xvasprintf-posix
+])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])