]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/sh.test: Look in the source tree for ltmain.sh.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 1 Sep 2004 01:33:04 +0000 (01:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Sep 2004 01:33:04 +0000 (01:33 +0000)
ChangeLog
tests/sh.test

index ca95eba4abfe1ca18611b3ce94009184ef1d922b..aecd1fbf6162e13574fecf375d908239818fca48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/sh.test: Look in the source tree for ltmain.sh.
+
 2004-09-01  Gary V. Vaughan  <gary@gnu.org>
 
        Don't use C99 flexible array types as we want to be C89
@@ -17,6 +21,7 @@
        * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Adjust preloaded symbols
        test file to match.
        * NEWS: Updated.
+       Reported by Andreas Schwab <schwab@suse.de>
 
 2004-09-01  Gary V. Vaughan  <gary@gnu.org>
 
index dcfb3a850a0ae1ee0a13bf79f6f6f9d2a7e0a8c8..999993448a57ea0b31f0bd323530e8fcbec0016d 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # sh.test - check that we haven't forgotten a `test' command
 
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -29,7 +29,7 @@ fi
 
 # 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