summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-19 01:48:23 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-19 01:48:23 +0200
commit29d3c77fdaed8f77788fb3269062bca4b0ddb65e (patch)
treec4110814eba3b69068228fe1b40b8b082f94775f /aclocal.m4
parent6a8d0393ebe7096e29a2783807deaca68bfab415 (diff)
downloadgmp-29d3c77fdaed8f77788fb3269062bca4b0ddb65e.tar.gz
* aclocal.m4, configure: Regenerate with libtool patch to suppress
warnings when probing command line limit on FreeBSD.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 8e160b3fb..1ab54683c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2612,8 +2612,8 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
# If test is not a shell built-in, we'll probably end up computing a
# maximum length that is only half of the actual maximum length, but
# we can't tell.
- while test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
- = "XX$testring" &&
+ while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
+ = "XX$testring") >/dev/null 2>&1 &&
new_result=`expr "X$testring" : ".*" 2>&1` &&
lt_cv_sys_max_cmd_len=$new_result &&
test $i != 17 # 1/2 MB should be enough