]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [ netbsd, freebsd, openbsd,
authorMike Stump <mrs@apple.com>
Fri, 1 Apr 2005 09:29:32 +0000 (09:29 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 1 Apr 2005 09:29:32 +0000 (09:29 +0000)
darwin, dragonfly]: Use 3/4 of argmax, instead of 1/4.

ChangeLog
libtool.m4

index 8096442bc14570a9452c1994582403b956b5dff5..144ee7e00d9b50c9c12b87ffc44909ff98ac570c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-01  Mike Stump  <mrs@apple.com>
+
+       * 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  <Ralf.Wildenhues@gmx.de>
 
        * 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  <Ralf.Wildenhues@gmx.de>
+2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Move linux entry to
        correct position, re-indent.
@@ -16,7 +21,7 @@
        Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> and
        Пухальский Юрий Андреевич <pooh@cryptopro.ru>.
 
-2005-05-21  Gary V. Vaughan  <gary@gnu.org>,
+2005-03-21  Gary V. Vaughan  <gary@gnu.org>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_LANG_CXX_CONFIG,
index 99755b29fdd1866d977aa76eb307906c8b4caf33..91d5a08cf65e6238167e83994b7782a667670ffa 100644 (file)
@@ -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