Make modified libtool script in cwrapper test executable

* tests/cwrapper.at: Make modified libtool script executable.
Report by Roumen Petrov.
This commit is contained in:
Peter Rosin 2009-01-29 08:55:08 +01:00
parent 9f559243e8
commit d356bfc32f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-01-29 Peter Rosin <peda@lysator.liu.se>
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 <demaille@gostai.com>
Clean space uses.

View File

@ -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