[oe] Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH]

Stanislav Brabec utx at penguin.cz
Thu Jul 30 11:14:24 UTC 2009


Marc Olzheim wrote:
> I'm not sure how you tested this, but there are quotes missing, so that
> the "-E" argument to "grep" is passed to "export" instead. I guess some
> shells have a "-E" flag to "export", so it is silently ignored, but mine
> don't.

I tried both versions - quoted and unquoted - before the commit. Both
worked for me, that is why I committed the shorter one.

Well, adding quotes is safe. Can you check your configure output and
host shell version?

My configure output:

checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/sed
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F

It indicates, that it worked correctly.

My native shell is:

/OE/openembedded/build> sh --version
GNU bash, version 4.0.24(1)-release (x86_64-suse-linux-gnu)

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus





More information about the Openembedded-devel mailing list