summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-23 16:21:27 -0600
committerEric Blake <ebb9@byu.net>2008-06-23 16:21:27 -0600
commit1fa16dbcc735a46778cd4cffb48dcf507fb1ab3b (patch)
treea355a7b93eecd30acada74aacb1298ab04a1b37b
parentfd01bdc92e3f0c6de53ad8d61e44e3a81d520577 (diff)
downloadm4-1fa16dbcc735a46778cd4cffb48dcf507fb1ab3b.tar.gz
Adjust to new gnulib-tool layout.
* ltdl/m4/gnulib-cache.m4: Reformat. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog3
-rw-r--r--ltdl/m4/gnulib-cache.m454
2 files changed, 56 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0e04dfa..4c07a808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-06-23 Eric Blake <ebb9@byu.net>
+ Adjust to new gnulib-tool layout.
+ * ltdl/m4/gnulib-cache.m4: Reformat.
+
Fix bootstrap comment.
* bootstrap: DOWNLOAD_PO was previously removed.
diff --git a/ltdl/m4/gnulib-cache.m4 b/ltdl/m4/gnulib-cache.m4
index fb91ba56..da4eef3f 100644
--- a/ltdl/m4/gnulib-cache.m4
+++ b/ltdl/m4/gnulib-cache.m4
@@ -19,7 +19,59 @@
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
-gl_MODULES([assert autobuild avltree-oset binary-io clean-temp cloexec close-stream closein config-h configmake dirname error exit fdl fflush filenamecat flexmember fopen-safer fseeko gendocs gettext git-version-gen gnumakefile gnupload gpl-3.0 intprops memmem mkstemp obstack obstack-printf-posix progname propername quote regex regexprops-generic sprintf-posix stdbool stdlib-safer strnlen strtod strtol tempname unlocked-io vasnprintf-posix verror xalloc xalloc-die xmemdup0 xprintf-posix xstrndup xvasprintf-posix])
+gl_MODULES([
+ assert
+ autobuild
+ avltree-oset
+ binary-io
+ clean-temp
+ cloexec
+ close-stream
+ closein
+ config-h
+ configmake
+ dirname
+ error
+ exit
+ fdl
+ fflush
+ filenamecat
+ flexmember
+ fopen-safer
+ fseeko
+ gendocs
+ gettext
+ git-version-gen
+ gnumakefile
+ gnupload
+ gpl-3.0
+ intprops
+ memmem
+ mkstemp
+ obstack
+ obstack-printf-posix
+ progname
+ propername
+ quote
+ regex
+ regexprops-generic
+ sprintf-posix
+ stdbool
+ stdlib-safer
+ strnlen
+ strtod
+ strtol
+ tempname
+ unlocked-io
+ vasnprintf-posix
+ verror
+ xalloc
+ xalloc-die
+ xmemdup0
+ xprintf-posix
+ xstrndup
+ xvasprintf-posix
+])
gl_AVOID([])
gl_SOURCE_BASE([gnu])
gl_M4_BASE([ltdl/m4])