mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
* tests/sh.test: Look in the source tree for ltmain.sh.
This commit is contained in:
parent
53f09b2d98
commit
6693e743d9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user