* libltdl/config/ltmain.m4sh (func_win32_libid,

func_generate_dlsyms, func_extract_an_archive,
func_extract_archives, func_mode_help): move these so they
appear after func_mode_compile.
* tests/nomode.test: Check that --mode=link --help works.
Reported by Josh Triplett <josh@freedesktop.org>
This commit is contained in:
Peter O'Gorman 2008-04-10 17:43:39 +00:00
parent a8872c0dbf
commit 56a656a857
3 changed files with 610 additions and 593 deletions

View File

@ -1,3 +1,12 @@
2008-04-10 Peter O'Gorman <peter@pogma.com>
* libltdl/config/ltmain.m4sh (func_win32_libid,
func_generate_dlsyms, func_extract_an_archive,
func_extract_archives, func_mode_help): move these so they
appear after func_mode_compile.
* tests/nomode.test: Check that --mode=link --help works.
Reported by Josh Triplett <josh@freedesktop.org>
2008-04-07 Gary V. Vaughan <gary@gnu.arg>
* doc/libtool.texi (Libltdl interface): Add missing

File diff suppressed because it is too large Load Diff

View File

@ -32,6 +32,12 @@ else
status=$EXIT_FAILURE
fi
if $LIBTOOL --mode=link --help 2>&1 | grep '^Usage:' >/dev/null; then :
else
echo "cannot get --mode=link help"
status=$EXIT_FAILURE
fi
# The emoticon below works around a nasty bug in Ultrix /bin/sh
if ($LIBTOOL 2>&1; :) | grep 'you must specify a MODE' >/dev/null; then :
else