libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/6] run sh.test on the m4sh source


From: Paolo Bonzini
Subject: [PATCH 2/6] run sh.test on the m4sh source
Date: Fri, 7 Nov 2008 09:02:13 +0100

This is also an independent cleanup.  It is useless to play against M4sh's
usage of shell syntax.  We can trust M4sh to know what is doing.  So,
sh.test might as well be run against the pre-m4 sources.

* tests/defs.m4sh (scripts): Point to pre-m4 sources.

---
 tests/defs.m4sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/defs.m4sh b/tests/defs.m4sh
index d63558c..c467818 100644
--- a/tests/defs.m4sh
+++ b/tests/defs.m4sh
@@ -349,7 +349,7 @@ prefix="./_inst"
 srcdir=`cd $srcdir && pwd`
 m4dir=$srcdir/libltdl/m4
 auxdir=$srcdir/libltdl/config
-scripts="$auxdir/ltmain.sh ./libtoolize"
+scripts="$auxdir/ltmain.m4sh $srcdir/libtoolize.m4sh"
 
 func_msg "Running $progname"
 
-- 
1.5.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]