X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffsusage.m4;h=451a5cc8cc4d5ca6c4e71f35496af3a6bc2f7605;hb=b6f4a765056b52c30e9b44ca0990f536dd0cb9de;hp=18557cc71987bf6a879de9aba15225a822134699;hpb=3ee254abc51b29c6c84811e2baba6074f6266898;p=gnulib.git diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index 18557cc71..451a5cc8c 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 8 # From fileutils/configure.in @@ -8,7 +8,7 @@ # # jm_FILE_SYSTEM_USAGE([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) -AC_DEFUN(jm_FILE_SYSTEM_USAGE, +AC_DEFUN([jm_FILE_SYSTEM_USAGE], [ echo "checking how to get filesystem space usage..." @@ -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]) ])