From: Jim Meyering Date: Thu, 10 Jun 2010 16:35:59 +0000 (+0200) Subject: inttostr-tests: depend on snprintf, not snprintf-posix X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab9a9d0e66fce104d0488bfb7fa84848724af76;p=pspp 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 --- diff --git a/ChangeLog b/ChangeLog index 8cfeff5bac..17a8ae9268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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 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: