is redirected even when getconf does not exist.
+2007-06-17 Charles Wilson <libtool@cwilson.fastmail.fm>
+
+ * libtool.m4 (LT_CMD_MAX_LEN): ensure stderr
+ is redirected even when getconf does not exist.
+
2007-06-03 Peter O'Gorman <peter@pogma.com>
* libtool.m4 (old_archive_cmds): Remove old_deplibs.
fi
;;
*)
- lt_cv_sys_max_cmd_len=`getconf ARG_MAX 2> /dev/null`
+ lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
if test -n $lt_cv_sys_max_cmd_len; then
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`