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 8cfeff5bac18dca1fb9eaca4c32b3b917bb50a1a..17a8ae9268c582cabf957ecaff45ea1b9e4b18bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 69716d282732f70952bc494315739ecc5ea32e7c..f935d90b58c065b184d4f183486839f043af5dd1 100644 (file)
@@ -4,7 +4,7 @@ tests/test-inttostr.c
 Depends-on:
 intprops
 inttypes
-snprintf-posix
+snprintf
 
 configure.ac: