From bab9a9d0e66fce104d0488bfb7fa84848724af76 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Jun 2010 18:35:59 +0200 Subject: 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 --- modules/inttostr-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/inttostr-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: -- cgit v1.2.1