changeset 13402:82b5a1f9535b

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
author Jim Meyering <meyering@redhat.com>
date Thu, 10 Jun 2010 18:35:59 +0200
parents 7d14ab8b5c99
children 9eb492424e89
files ChangeLog modules/inttostr-tests
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/inttostr-tests
+++ b/modules/inttostr-tests
@@ -4,7 +4,7 @@
 Depends-on:
 intprops
 inttypes
-snprintf-posix
+snprintf
 
 configure.ac: