From 15a855cb61359c8f2fe044e674aa788428c83441 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 7 Oct 2004 02:46:39 +0000 Subject: [PATCH] * tests/defs.m4sh (scripts): Actually scan the generated ltmain.sh for shell portability problems. --- ChangeLog | 3 +++ tests/defs.m4sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- 2.47.2