X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffsusage.m4;h=fe0b8dc027088d7fbf3b350eaf212eb11b5aa7ef;hb=cef1ec1099108e3adc426f56f5e1f4088fbbefbd;hp=18557cc71987bf6a879de9aba15225a822134699;hpb=3ee254abc51b29c6c84811e2baba6074f6266898;p=gnulib.git diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index 18557cc71..fe0b8dc02 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 7 # From fileutils/configure.in @@ -179,14 +179,15 @@ if test $ac_fsusage_space = no; then fi if test $ac_fsusage_space = no; then -# SVR2 -AC_TRY_CPP([#include ], - AC_DEFINE(STAT_READ_FILSYS, 1, -[ Define if there is no specific function for reading filesystems usage - information and you have the header file. (SVR2)]) - ac_fsusage_space=yes) + # SVR2 + AC_TRY_CPP([#include + ], + AC_DEFINE(STAT_READ_FILSYS, 1, + [Define if there is no specific function for reading filesystems usage + information and you have the header file. (SVR2)]) + ac_fsusage_space=yes) fi -AS_IF([test $ac_fsusage_space = yes], [$1], [$2])[]dnl +AS_IF([test $ac_fsusage_space = yes], [$1], [$2]) ])