inttostr-tests: depend on snprintf, not snprintf-posix
authorJim Meyering <meyering@redhat.com>
Thu, 10 Jun 2010 16:35:59 +0000 (18:35 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 10 Jun 2010 16:57:44 +0000 (18:57 +0200)
* 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

ChangeLog
modules/inttostr-tests

index 8cfeff5..17a8ae9 100644 (file)
--- 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.
index 69716d2..f935d90 100644 (file)
@@ -4,7 +4,7 @@ tests/test-inttostr.c
 Depends-on:
 intprops
 inttypes
-snprintf-posix
+snprintf
 
 configure.ac: