This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to update libtool in GCC and Src trees



AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`'

I'm not sure why, and I can't investigate any futher until after the
weekend. :-(

One likely possibility is that the macro that first AC_REQUIREs the code that assigns to Xsed is inside a shell conditional statement.

For sure, Xsed is assigned by AC_PROG_LIBTOOL, which is evaluated conditionally, and then used in the config.status initialization commands.


However, offhand I don't see any code that would initialize Xsed in the config.status file... (?!?)

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]