]> 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 02:46:39 +0000 (02:46 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 7 Oct 2004 02:46:39 +0000 (02:46 +0000)
for shell portability problems.

ChangeLog
tests/defs.m4sh

index bf045a5e61cca0ba00862bbb76e34a78105b8087..d165b04411aa57d412dcba4363df3c05d984584b 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"