From: Ralf Wildenhues Date: Sat, 12 Nov 2005 09:16:56 +0000 (+0000) Subject: * tests/defs.m4sh (func_configure_nofail): Actually pass X-Git-Tag: release-2-1b~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0824decb86c42e279225a8976b637665c78a29;p=thirdparty%2Flibtool.git * tests/defs.m4sh (func_configure_nofail): Actually pass options (like --disable-shared) to func_configure. --- diff --git a/ChangeLog b/ChangeLog index 761115362..3576951eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-12 Ralf Wildenhues + + * tests/defs.m4sh (func_configure_nofail): Actually pass + options (like --disable-shared) to func_configure. + 2005-11-11 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ freebsd ]: diff --git a/tests/defs.m4sh b/tests/defs.m4sh index efeee77ca..c87d41b45 100644 --- a/tests/defs.m4sh +++ b/tests/defs.m4sh @@ -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