summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-03 07:42:27 +0000
committerJim Meyering <jim@meyering.net>2006-07-03 07:42:27 +0000
commitf483ac253e00e35aae455fc246421db93ee19cf4 (patch)
treec976f11a46dbe11cc664b4e02ab814a50855f823 /m4
parent001f33d47839ef8f6741726d12b530afea5d79f2 (diff)
downloadcoreutils-f483ac253e00e35aae455fc246421db93ee19cf4.tar.xz
(gl_FUNC_FTRUNCATE): Adjust diagnostic to recommend
./configure SKIP_FTRUNCATE_CHECK=yes, rather than env ... ./configure. Suggestion from Ralf Wildenhues.
Diffstat (limited to 'm4')
-rw-r--r--m4/ftruncate.m46
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
])