libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: Set IFS in libtool for ash


From: Ralf Wildenhues
Subject: Re: FYI: Set IFS in libtool for ash
Date: Wed, 16 Mar 2005 14:48:47 +0100
User-agent: Mutt/1.4.1i

Hi Gary,

* Gary V. Vaughan wrote on Wed, Mar 16, 2005 at 02:27:54PM CET:
> Ralf Wildenhues wrote:
> > @@ -517,6 +517,12 @@
> >  _LT_LIBTOOL_TAG_VARS
> >  # ### END LIBTOOL CONFIG
> >  
> > +# IFS
> > +# We need space, tab and new line, in precisely that order.
> > +as_nl='
> > +'
> > +IFS="      $as_nl"
> > +
> >  # The HP-UX ksh and POSIX shell print the target directory to stdout
> >  # if CDPATH is set.
> >  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
> 
> Also, I believe the as_ prefix is reserved for shell variables instantiated
> by m4sh.m4 in autoconf.   We should use lt_ according to section 4 of 
> HACKING...

Oh, well.  I copied that part directly from m4sh.m4.  Can we do just as
well without an intermediate variable?  Or do I have to fear other
developers' $EDITOR to kill trailing white space?

Cheers,
Ralf




reply via email to

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