X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffsusage.m4;h=fe0b8dc027088d7fbf3b350eaf212eb11b5aa7ef;hb=81b17601f42621223b267557e2cf7e07e37d627e;hp=67db3bc0c3ee216d22ba25d0f952b0bf905b4d8e;hpb=e794ae88af5533d6d8d42959c7f1efebfe73a0b7;p=gnulib.git diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index 67db3bc0c..fe0b8dc02 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -1,4 +1,4 @@ -#serial 4 +#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_IFELSE([test $ac_fsusage_space = yes], [$1], [$2])dnl +AS_IF([test $ac_fsusage_space = yes], [$1], [$2]) ])