libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using getconf to set max_cmd_len


From: Ralf Wildenhues
Subject: Re: Using getconf to set max_cmd_len
Date: Sun, 10 Jun 2007 15:34:15 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* Steve Ellcey wrote on Thu, May 31, 2007 at 12:58:37AM CEST:
> 2007-05-30  Steve Ellcey  <address@hidden>
> 
>         * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]