From f483ac253e00e35aae455fc246421db93ee19cf4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Jul 2006 07:42:27 +0000 Subject: (gl_FUNC_FTRUNCATE): Adjust diagnostic to recommend ./configure SKIP_FTRUNCATE_CHECK=yes, rather than env ... ./configure. Suggestion from Ralf Wildenhues. --- m4/ftruncate.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'm4') 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 ]) -- cgit v1.2.3-54-g00ecf