summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--modules/inttostr-tests2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cfeff5bac..17a8ae9268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2010-06-10 Jim Meyering <meyering@redhat.com>
+ inttostr-tests: depend on snprintf, not snprintf-posix
+ * modules/inttostr-tests (Depends-on): Depend on snprintf, not
+ snprintf-posix, to avoid this aclocal failure:
+ missing file gnulib-tests/vasnprintf.c
+ configure.ac:45: error: expected source file, required through \
+ AC_LIBSOURCES, not found
+
+2010-06-10 Jim Meyering <meyering@redhat.com>
+
inttostr: add a new function, inttostr, and tests
The namesake function was not available. The existence of the
template file, inttostr.c makes its addition nontrivial.
diff --git a/modules/inttostr-tests b/modules/inttostr-tests
index 69716d2827..f935d90b58 100644
--- a/modules/inttostr-tests
+++ b/modules/inttostr-tests
@@ -4,7 +4,7 @@ tests/test-inttostr.c
Depends-on:
intprops
inttypes
-snprintf-posix
+snprintf
configure.ac: