summaryrefslogtreecommitdiff
path: root/m4/sys_stat_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-21 01:05:43 +0200
committerBruno Haible <bruno@clisp.org>2008-10-21 01:05:43 +0200
commite9e4f97f438cb507be7c24b7624de7ec81e7c2a5 (patch)
tree3475ca3dad7753e7ccbfc099c32d7f88ee54690d /m4/sys_stat_h.m4
parent0153b9171b1b4592f27bd5ce664a3b390d5c17f6 (diff)
downloadgnulib-e9e4f97f438cb507be7c24b7624de7ec81e7c2a5.tar.gz
Move the lstat() declaration to <sys/stat.h>.
Diffstat (limited to 'm4/sys_stat_h.m4')
-rw-r--r--m4/sys_stat_h.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/sys_stat_h.m4 b/m4/sys_stat_h.m4
index 3fb6b5c0d5..20c82edf93 100644
--- a/m4/sys_stat_h.m4
+++ b/m4/sys_stat_h.m4
@@ -1,4 +1,4 @@
-# sys_stat_h.m4 serial 9 -*- Autoconf -*-
+# sys_stat_h.m4 serial 10 -*- Autoconf -*-
dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -51,7 +51,9 @@ AC_DEFUN([gl_SYS_STAT_MODULE_INDICATOR],
AC_DEFUN([gl_SYS_STAT_H_DEFAULTS],
[
GNULIB_LCHMOD=0; AC_SUBST([GNULIB_LCHMOD])
+ GNULIB_LSTAT=0; AC_SUBST([GNULIB_LSTAT])
dnl Assume proper GNU behavior unless another module says otherwise.
HAVE_LCHMOD=1; AC_SUBST([HAVE_LCHMOD])
+ REPLACE_LSTAT=0; AC_SUBST([REPLACE_LSTAT])
REPLACE_MKDIR=0; AC_SUBST([REPLACE_MKDIR])
])