bug-libtool
[Top][All Lists]
Advanced

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

Tell sh.test where to find ltmain.sh


From: Ralf Wildenhues
Subject: Tell sh.test where to find ltmain.sh
Date: Tue, 31 Aug 2004 16:38:22 +0200
User-agent: Mutt/1.4.1i

Without this patch, VPATH `make check' will not find ltmain.sh (but will
still exit successfully; maybe that should be changed as well).

Furthermore, the comment regarding ltmain.sh being in the source tree at
the definition of _LT_PROG_LTMAIN in m4/libtool.m4 needs updating
(probably the code in the definition could be simplified as well), it's
around line 210.

Regards,
Ralf

Index: tests/sh.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/sh.test,v
retrieving revision 1.14
diff -u -r1.14 sh.test
--- tests/sh.test       13 Feb 2004 01:57:52 -0000      1.14
+++ tests/sh.test       31 Aug 2004 13:57:29 -0000
@@ -29,7 +29,7 @@
 
 # Check all the "portable" shell scripts.
 status=$EXIT_SUCCESS
-scripts="../config/ltmain.sh ../libtoolize"
+scripts="$srcdir/../config/ltmain.sh ../libtoolize"
 
 # Check for bad binary operators.
 if $EGREP -n -e 'if[   ]+["'\'']?\\$[^         ]+[     
]+(=|-[lg][te]|-eq|-ne)' $scripts; then





reply via email to

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