On Mar 27, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote:

>         * autoheader.sh (config_h): Be robust to new lines when extracting
>         the first argument of AC_CONFIG_HEADERS.
>         Reported by Lars J. Aas.

Looks good to me, thanks!  Except that you may want to quote the $2,
just in case.  I can't think of a situation in which it would make a
difference, but it's mainly a matter of style :-)

> -config_h=`echo "$config_h" | sed -e 's/ .*//'`
> +config_h=`set X $config_h; echo $2`

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to