diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-23 13:43:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-23 13:43:41 +0000 |
commit | 4e56a001c655cc784a89227410b6e57aa1712983 (patch) | |
tree | e5c82df45654aff0afa37783a54ba3283000e20c /m4 | |
parent | cd64b836fcfa1ac916b8f061c6c7f22cc2b56946 (diff) | |
download | coreutils-4e56a001c655cc784a89227410b6e57aa1712983.tar.xz |
s/AC_MSG_CHECKING/AC_CHECKING/.
Suggestion from Bruno Haible.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/fsusage.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index f0077dbe8..28e0b946c 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 # From fileutils/configure.in @@ -11,7 +11,7 @@ AC_DEFUN(jm_FILE_SYSTEM_USAGE, [ -AC_MSG_CHECKING(how to get filesystem space usage) +AC_CHECKING(how to get filesystem space usage) ac_fsusage_space=no # Perform only the link test since it seems there are no variants of the |