+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
* 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>
#! /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.
# 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