From 19548d0861ced228dd0598240a410bf6a720b59e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 3 May 2011 23:11:49 -0700 Subject: * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies. This new gnulib-tool option saves 'configure' the trouble of checking for strtoull when strtoumax exists. --- m4/stdio_h.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'm4/stdio_h.m4') diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 index 8b013c2f352..a8326f3c349 100644 --- a/m4/stdio_h.m4 +++ b/m4/stdio_h.m4 @@ -1,4 +1,4 @@ -# stdio_h.m4 serial 36 +# stdio_h.m4 serial 37 dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -14,8 +14,6 @@ AC_DEFUN([gl_STDIO_H], dnl likely needs them. GNULIB_FSCANF=1 GNULIB_SCANF=1 - GNULIB_VFSCANF=1 - GNULIB_VSCANF=1 GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 -- cgit v1.2.1