summaryrefslogtreecommitdiff
path: root/m4/stdio_h.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-05-03 23:11:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-05-03 23:11:49 -0700
commit19548d0861ced228dd0598240a410bf6a720b59e (patch)
tree9946821c8f9f86452e68e9a19677062d9c45dfd3 /m4/stdio_h.m4
parent13c15c6d700e63469a20679651649bd523f9de02 (diff)
downloademacs-19548d0861ced228dd0598240a410bf6a720b59e.tar.gz
* Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
This new gnulib-tool option saves 'configure' the trouble of checking for strtoull when strtoumax exists.
Diffstat (limited to 'm4/stdio_h.m4')
-rw-r--r--m4/stdio_h.m44
1 files changed, 1 insertions, 3 deletions
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 <stdio.h> likely needs them.
GNULIB_FSCANF=1
GNULIB_SCANF=1
- GNULIB_VFSCANF=1
- GNULIB_VSCANF=1
GNULIB_FGETC=1
GNULIB_GETC=1
GNULIB_GETCHAR=1