factor of saftey as 3/4 of the result was not low enough.
+2001-11-28 Robert Boehne <rboehne@ricardo-us.com>
+
+ * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Change the
+ factor of saftey as 3/4 of the result was not low enough.
+
2001-11-28 Gary V. Vaughan <gary@gnu.org>
* libtoolize.in: The test for whether AC_PROG_LIBTOOL is defined
testring=$testring$testring
done
testring=
- # add a significant safety factor because C++ compilers can tack on massive
- # amounts of additional arguments before passing them to the linker. 1/4
- # should be good.
- len=`expr $lt_cv_sys_max_cmd_len \/ 4`
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len - $len`
+ # Add a significant safety factor because C++ compilers can tack on massive
+ # amounts of additional arguments before passing them to the linker.
+ # It appears as though 1/2 is a usable value.
+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
;;
esac
])