summaryrefslogtreecommitdiff
path: root/m4/sys_stat_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 12:50:40 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 12:50:40 +0200
commit3247f1f8ad0dc42bbf863d481e4111b4735e4bb5 (patch)
treef27688733153f22e240bc47b39cb1ba830b23b2d /m4/sys_stat_h.m4
parent2cf6b078ffb5955943be20eec0a1d6742b118c5e (diff)
downloadgnulib-3247f1f8ad0dc42bbf863d481e4111b4735e4bb5.tar.gz
Move the lchmod() 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 cfe80110c6..3fb6b5c0d5 100644
--- a/m4/sys_stat_h.m4
+++ b/m4/sys_stat_h.m4
@@ -1,4 +1,4 @@
-# sys_stat_h.m4 serial 8 -*- Autoconf -*-
+# sys_stat_h.m4 serial 9 -*- 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,
@@ -50,6 +50,8 @@ AC_DEFUN([gl_SYS_STAT_MODULE_INDICATOR],
AC_DEFUN([gl_SYS_STAT_H_DEFAULTS],
[
+ GNULIB_LCHMOD=0; AC_SUBST([GNULIB_LCHMOD])
dnl Assume proper GNU behavior unless another module says otherwise.
+ HAVE_LCHMOD=1; AC_SUBST([HAVE_LCHMOD])
REPLACE_MKDIR=0; AC_SUBST([REPLACE_MKDIR])
])