From d356bfc32fd946b3a62eec391fefa9e1714ff53d Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Thu, 29 Jan 2009 08:55:08 +0100 Subject: [PATCH] Make modified libtool script in cwrapper test executable * tests/cwrapper.at: Make modified libtool script executable. Report by Roumen Petrov. --- ChangeLog | 6 ++++++ tests/cwrapper.at | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e823ff79..f7fd4d18 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 ce4572e2..42f8d0f7 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