summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-14 13:50:55 +0200
committerBruno Haible <bruno@clisp.org>2008-09-14 13:50:55 +0200
commit3aa0d4da24ba7b52282b1d124b4118e4e8a46a2b (patch)
tree7fa2ce8e26a024db7d1052efc57c35ee96e8b140 /m4
parent4ce576ed047e65b6a6d88586e44557a11d7974df (diff)
downloadgnulib-3aa0d4da24ba7b52282b1d124b4118e4e8a46a2b.tar.gz
New module 'perror'.
Diffstat (limited to 'm4')
-rw-r--r--m4/stdio_h.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4
index 7eeb1d9913..a043e63bcb 100644
--- a/m4/stdio_h.m4
+++ b/m4/stdio_h.m4
@@ -39,6 +39,7 @@ AC_DEFUN([gl_STDIO_H_DEFAULTS],
GNULIB_FFLUSH=0; AC_SUBST([GNULIB_FFLUSH])
GNULIB_GETDELIM=0; AC_SUBST([GNULIB_GETDELIM])
GNULIB_GETLINE=0; AC_SUBST([GNULIB_GETLINE])
+ GNULIB_PERROR=0; AC_SUBST([GNULIB_PERROR])
dnl Assume proper GNU behavior unless another module says otherwise.
REPLACE_FPRINTF=0; AC_SUBST([REPLACE_FPRINTF])
REPLACE_VFPRINTF=0; AC_SUBST([REPLACE_VFPRINTF])
@@ -66,6 +67,7 @@ AC_DEFUN([gl_STDIO_H_DEFAULTS],
HAVE_DECL_GETDELIM=1; AC_SUBST([HAVE_DECL_GETDELIM])
HAVE_DECL_GETLINE=1; AC_SUBST([HAVE_DECL_GETLINE])
REPLACE_GETLINE=0; AC_SUBST([REPLACE_GETLINE])
+ REPLACE_PERROR=0; AC_SUBST([REPLACE_PERROR])
])
dnl Code shared by fseeko and ftello. Determine if large files are supported,