* Steve Ellcey wrote on Thu, May 31, 2007 at 12:58:37AM CEST: > 2007-05-30 Steve Ellcey <[EMAIL PROTECTED]> > > * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Try using getconf > to set lt_cv_sys_max_cmd_len. [...]
> + lt_cv_sys_max_cmd_len=`getconf ARG_MAX 2> /dev/null` The patch is all good (thanks!) except someone please put `getconf ARG_MAX' in a subshell so that if it does not exist, the shell error output is redirected as well (both branches). Thanks, Ralf
