From: Peter Rosin Date: Thu, 29 Jan 2009 07:55:08 +0000 (+0100) Subject: Make modified libtool script in cwrapper test executable X-Git-Tag: v2.2.7b~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d356bfc32fd946b3a62eec391fefa9e1714ff53d;p=thirdparty%2Flibtool.git Make modified libtool script in cwrapper test executable * tests/cwrapper.at: Make modified libtool script executable. Report by Roumen Petrov. --- diff --git a/ChangeLog b/ChangeLog index e823ff797..f7fd4d18b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-29 Peter Rosin + + Make modified libtool script in cwrapper test executable + * tests/cwrapper.at: Make modified libtool script executable. + Report by Roumen Petrov. + 2009-01-28 Akim Demaille Clean space uses. diff --git a/tests/cwrapper.at b/tests/cwrapper.at index ce4572e26..42f8d0f73 100644 --- a/tests/cwrapper.at +++ b/tests/cwrapper.at @@ -58,6 +58,7 @@ orig_LIBTOOL=$LIBTOOL for restrictive_flags in '-Wall -Werror' '-std=c89 -Wall -Werror' '-std=c99 -Wall -Werror'; do CFLAGS="$orig_CFLAGS $restrictive_flags" sed "s/LTCFLAGS=.*/&' $restrictive_flags'/" < "$orig_LIBTOOL" > ./libtool + chmod +x libtool LIBTOOL=./libtool # make sure $restrictive_flags do not cause a failure