* tests/sh.test: Look in the source tree for ltmain.sh.

This commit is contained in:
Ralf Wildenhues 2004-09-01 01:33:04 +00:00 committed by Gary V. Vaughan
parent 53f09b2d98
commit 6693e743d9
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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