]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/defs.m4sh (scripts): Actually scan the generated ltmain.sh
authorGary V. Vaughan <gary@gnu.org>
Thu, 7 Oct 2004 03:07:13 +0000 (03:07 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 7 Oct 2004 03:07:13 +0000 (03:07 +0000)
for shell portability problems.

ChangeLog
tests/defs.m4sh

index 9976fb70886e0a2a7cb643c733c875118306c9e2..92ac72eb661a378b788cdd268bda0299495f7f08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-07  Gary V. Vaughan  <gary@gnu.org>
 
+       * tests/defs.m4sh (scripts): Actually scan the generated ltmain.sh
+       for shell portability problems.
+
        * m4/libtool.m4 (_LT_FORMAT_COMMENT): Shell meta-characters in
        _LT_DECL descriptions were not being escaped before injection into
        TAG CONFIG here documents in config.status.
index b68974a8a0cac9914fcf3803f4fdd80ebb343ac8..494415a625851d6a3a31d81b20e958108ee05749 100644 (file)
@@ -299,7 +299,7 @@ func_exec ()
 # Shared global variables for test scripts
 prefix="./_inst"
 srcdir=`cd $srcdir && pwd`
-scripts="$srcdir/config/ltmain.sh ../libtoolize"
+scripts="$srcdir/../config/ltmain.sh ../libtoolize"
 
 func_msg "Running $progname"