mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* tests/defs.m4sh (func_configure_nofail): Actually pass
options (like --disable-shared) to func_configure.
This commit is contained in:
parent
1d83a0c4cd
commit
cf0824decb
@ -1,3 +1,8 @@
|
||||
2005-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/defs.m4sh (func_configure_nofail): Actually pass
|
||||
options (like --disable-shared) to func_configure.
|
||||
|
||||
2005-11-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ freebsd ]:
|
||||
|
@ -205,7 +205,7 @@ func_configure_nofail ()
|
||||
# Configure the demonstration, fail on error.
|
||||
func_configure ()
|
||||
{
|
||||
func_configure_nofail
|
||||
func_configure_nofail ${1+"$@"}
|
||||
if test "$conf_status" -eq "$EXIT_FAILURE"; then
|
||||
exit $EXIT_FAILURE
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user