From: Ralf Wildenhues Date: Wed, 1 Sep 2004 01:33:04 +0000 (+0000) Subject: * tests/sh.test: Look in the source tree for ltmain.sh. X-Git-Tag: release-1-9d~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6693e743d915fa935465051639c0b5f6499a0abf;p=thirdparty%2Flibtool.git * tests/sh.test: Look in the source tree for ltmain.sh. --- diff --git a/ChangeLog b/ChangeLog index ca95eba4a..aecd1fbf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Ralf Wildenhues + + * tests/sh.test: Look in the source tree for ltmain.sh. + 2004-09-01 Gary V. Vaughan 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 2004-09-01 Gary V. Vaughan diff --git a/tests/sh.test b/tests/sh.test index dcfb3a850..999993448 100755 --- a/tests/sh.test +++ b/tests/sh.test @@ -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