From: Mike Stump Date: Fri, 1 Apr 2005 09:29:32 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [ netbsd, freebsd, openbsd, X-Git-Tag: release-1-5-16~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6f3d589dee23fd3ad647c65eac0fe0e1efcb2e;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [ netbsd, freebsd, openbsd, darwin, dragonfly]: Use 3/4 of argmax, instead of 1/4. --- diff --git a/ChangeLog b/ChangeLog index 8096442bc..144ee7e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-01 Mike Stump + + * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [ netbsd, freebsd, openbsd, + darwin, dragonfly]: Use 3/4 of argmax, instead of 1/4. + 2005-03-28 Ralf Wildenhues * libtool.m4 (AC_LIBTOOL_CONFIG): Typo. @@ -5,7 +10,7 @@ * libtool.m4 (AC_LIBTOOL_LANG_GCJ_CONFIG, AC_LIBTOOL_LANG_RC_CONFIG): Set $cc_basename. -2005-05-22 Ralf Wildenhues +2005-03-22 Ralf Wildenhues * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Move linux entry to correct position, re-indent. @@ -16,7 +21,7 @@ Reported by Ralf Menzel and Пухальский Юрий Андреевич . -2005-05-21 Gary V. Vaughan , +2005-03-21 Gary V. Vaughan , Ralf Wildenhues * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_LANG_CXX_CONFIG, diff --git a/libtool.m4 b/libtool.m4 index 99755b29f..91d5a08cf 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -675,6 +675,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure