From: Robert Boehne Date: Mon, 9 Jul 2001 21:36:00 +0000 (+0000) Subject: From Michael Elizabeth Chastain : X-Git-Tag: release-1-4b~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dcb2e57cbec43afc3e095d3a10b27d1e9a76059;p=thirdparty%2Flibtool.git From Michael Elizabeth Chastain : * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. --- diff --git a/ChangeLog b/ChangeLog index 40e734e12..93ff99890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-07-09 Robert Boehne + + From Michael Elizabeth Chastain : + * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Set max_cmd_len + to a maximum of 512Kb, as it seems some HPUX 11.0 systems + have trouble with 1MB. + 2001-07-09 Gary V. Vaughan * README-alpha: Upgrade distribution instructions to include diff --git a/libtool.m4 b/libtool.m4 index cab8f2039..acfea7183 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -568,7 +568,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl = "XX$testring" && new_result=`expr "X$testring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && - test $i != 18 # 1 MB should be enough + test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` testring=$testring$testring