From: Gary V. Vaughan Date: Thu, 7 Oct 2004 02:46:39 +0000 (+0000) Subject: * tests/defs.m4sh (scripts): Actually scan the generated ltmain.sh X-Git-Tag: release-1-9f~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a855cb61359c8f2fe044e674aa788428c83441;p=thirdparty%2Flibtool.git * tests/defs.m4sh (scripts): Actually scan the generated ltmain.sh for shell portability problems. --- diff --git a/ChangeLog b/ChangeLog index bf045a5e6..d165b0441 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-07 Gary V. Vaughan + * 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. diff --git a/tests/defs.m4sh b/tests/defs.m4sh index b68974a8a..494415a62 100644 --- a/tests/defs.m4sh +++ b/tests/defs.m4sh @@ -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"