From bab9a9d0e66fce104d0488bfb7fa84848724af76 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Jun 2010 18:35:59 +0200 Subject: [PATCH] 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 --- ChangeLog | 9 +++++++++ modules/inttostr-tests | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8cfeff5ba..17a8ae926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2010-06-10 Jim Meyering + 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 + 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 69716d282..f935d90b5 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: -- 2.11.0