X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fstat.m4;h=acd32d86a084ea6cbfcbd47bf1c3a756b94ccf61;hb=062cad2d07081f9a60adbb90fc1184a435a1a93f;hp=ce6933b3cd05370b1de0e8e13026d703d0d60f84;hpb=349396ebfcce12ee8f927fedf82067414c427093;p=gnulib.git diff --git a/m4/stat.m4 b/m4/stat.m4 index ce6933b3c..acd32d86a 100644 --- a/m4/stat.m4 +++ b/m4/stat.m4 @@ -1,6 +1,6 @@ -# serial 3 +# serial 4 -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -57,5 +57,7 @@ AC_DEFUN([gl_FUNC_STAT], esac if test $REPLACE_STAT = 1; then AC_LIBOBJ([stat]) + dnl Prerequisites of lib/stat.c. + AC_REQUIRE([AC_C_INLINE]) fi ])