diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ftruncate.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ftruncate.m4 b/m4/ftruncate.m4 index b82705cca..e71e99b40 100644 --- a/m4/ftruncate.m4 +++ b/m4/ftruncate.m4 @@ -1,4 +1,4 @@ -#serial 9 +#serial 10 # See if we need to emulate a missing ftruncate function using fcntl or chsize. @@ -21,8 +21,8 @@ AC_DEFUN([gl_FUNC_FTRUNCATE], AC_MSG_FAILURE([Your system lacks the ftruncate function. Please report this, along with the output of "uname -a", to the bug-coreutils@gnu.org mailing list. To continue past this point, - rerun configure with SKIP_FTRUNCATE_CHECK=yes set in the environment. - E.g., env SKIP_FTRUNCATE_CHECK=yes ./configure]) + rerun configure with SKIP_FTRUNCATE_CHECK=yes. + E.g., ./configure SKIP_FTRUNCATE_CHECK=yes]) fi fi ]) |