This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via d356bfc32fd946b3a62eec391fefa9e1714ff53d (commit)
from 9f559243e8d9c2cc161acfab7ee4d274c7c422c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d356bfc32fd946b3a62eec391fefa9e1714ff53d
Author: Peter Rosin <[email protected]>
Date: Thu Jan 29 08:55:08 2009 +0100
Make modified libtool script in cwrapper test executable
* tests/cwrapper.at: Make modified libtool script executable.
Report by Roumen Petrov.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/cwrapper.at | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e823ff7..f7fd4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-29 Peter Rosin <[email protected]>
+
+ 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 <[email protected]>
Clean space uses.
diff --git a/tests/cwrapper.at b/tests/cwrapper.at
index ce4572e..42f8d0f 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
hooks/post-receive
--
GNU Libtool