]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Make modified libtool script in cwrapper test executable
authorPeter Rosin <peda@lysator.liu.se>
Thu, 29 Jan 2009 07:55:08 +0000 (08:55 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 29 Jan 2009 07:55:08 +0000 (08:55 +0100)
* tests/cwrapper.at: Make modified libtool script executable.
Report by Roumen Petrov.

ChangeLog
tests/cwrapper.at

index e823ff79740b1a329658f15a655424eb5ab3de0d..f7fd4d18b4da2bb316a34c2da51d8875a8ee63cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ce4572e26c0232a0264e47198af09957b0a50fee..42f8d0f730cb8e3095ab5b3607f596b0ddea10db 100644 (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