summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-06-13 08:04:12 -0600
committerEric Blake <ebb9@byu.net>2009-06-13 08:04:12 -0600
commite6a31a7b140bc717b5320e1dcb588eea46a6839c (patch)
tree5096f89a37631f6dae1abb135f4ff4baaa23b56c
parent8bd67d9a23c7189e0cb9cccc1dd5ad4a166c4f6c (diff)
downloadm4-e6a31a7b140bc717b5320e1dcb588eea46a6839c.tar.gz
Avoid snprintf link failures.
* ltdl/m4/gnulib-cache.m4: Import snprintf-posix module. Reported by Ralf Wildenhues. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog6
-rw-r--r--ltdl/m4/gnulib-cache.m43
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 815be008..3b356c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-13 Eric Blake <ebb9@byu.net>
+
+ Avoid snprintf link failures.
+ * ltdl/m4/gnulib-cache.m4: Import snprintf-posix module.
+ Reported by Ralf Wildenhues.
+
2009-06-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Avoid pointer arithmetic on `void *'.
diff --git a/ltdl/m4/gnulib-cache.m4 b/ltdl/m4/gnulib-cache.m4
index e9b234d9..d72313b0 100644
--- a/ltdl/m4/gnulib-cache.m4
+++ b/ltdl/m4/gnulib-cache.m4
@@ -15,7 +15,7 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --local-dir=local --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --doc-base=doc --tests-base=tests/gnu --aux-dir=build-aux --with-tests --libtool --macro-prefix=M4 assert autobuild avltree-oset binary-io clean-temp cloexec close-stream closein config-h configmake dirname error execute exit fdl-1.3 fflush filenamecat flexmember fopen fopen-safer freadptr freadseek fseeko gendocs gettext git-version-gen gnumakefile gnupload gpl-3.0 intprops memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname propername quote regex regexprops-generic rename sprintf-posix stdbool stdlib-safer strnlen strtod strtol tempname unlocked-io vasnprintf-posix verify verror wait-process xalloc xalloc-die xmemdup0 xprintf-posix xstrndup xvasprintf-posix
+# gnulib-tool --import --dir=. --local-dir=local --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --doc-base=doc --tests-base=tests/gnu --aux-dir=build-aux --with-tests --libtool --macro-prefix=M4 assert autobuild avltree-oset binary-io clean-temp cloexec close-stream closein config-h configmake dirname error execute exit fdl-1.3 fflush filenamecat flexmember fopen fopen-safer freadptr freadseek fseeko gendocs gettext git-version-gen gnumakefile gnupload gpl-3.0 intprops memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname propername quote regex regexprops-generic rename snprintf-posix sprintf-posix stdbool stdlib-safer strnlen strtod strtol tempname unlocked-io vasnprintf-posix verify verror wait-process xalloc xalloc-die xmemdup0 xprintf-posix xstrndup xvasprintf-posix
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
@@ -63,6 +63,7 @@ gl_MODULES([
regex
regexprops-generic
rename
+ snprintf-posix
sprintf-posix
stdbool
stdlib-safer