diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 15:27:54 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 15:27:54 -0700 |
commit | 8aeb5be96aa28c4770299a54758a8fb339993a97 (patch) | |
tree | dbf3821be90ab7a043a6552aa9b838a6259677e4 /m4/stat.m4 | |
parent | 4bba86e6210a74326e843a8fdc8409127105e1fe (diff) |
Merge from gnulib: lib/gnulib.mk, m4/*.m4.
Diffstat (limited to 'm4/stat.m4')
-rw-r--r-- | m4/stat.m4 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/m4/stat.m4 b/m4/stat.m4 index 27f82d5a91..c63f59fd53 100644 --- a/m4/stat.m4 +++ b/m4/stat.m4 @@ -1,4 +1,4 @@ -# serial 7 +# serial 8 # Copyright (C) 2009-2011 Free Software Foundation, Inc. # @@ -58,9 +58,11 @@ AC_DEFUN([gl_FUNC_STAT], AC_DEFINE([REPLACE_FUNC_STAT_FILE], [1], [Define to 1 if stat needs help when passed a file name with a trailing slash]);; esac - if test $REPLACE_STAT = 1; then - AC_LIBOBJ([stat]) - dnl Prerequisites of lib/stat.c. - AC_REQUIRE([AC_C_INLINE]) - fi +]) + +# Prerequisites of lib/stat.c. +AC_DEFUN([gl_PREREQ_STAT], +[ + AC_REQUIRE([AC_C_INLINE]) + : ]) |