mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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:
parent
a8872c0dbf
commit
56a656a857
@ -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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user