From: Ralf Wildenhues Date: Mon, 27 Jun 2005 10:06:52 +0000 (+0000) Subject: * m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround for X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f68e92c896e650074c1199557bdc51439a1288;p=thirdparty%2Flibtool.git * m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround for CVS Automake bug (fixed). Reported by Stepan Kasal . --- diff --git a/ChangeLog b/ChangeLog index 009be70f5..4c857787e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-27 Ralf Wildenhues + + * m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround for + CVS Automake bug (fixed). Reported by Stepan Kasal . + 2005-06-21 Peter O'Gorman * conig/ltmain.m4sh [darwin]: Accept -arch flag. diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4 index c4a70448e..df89eb125 100644 --- a/m4/ltoptions.m4 +++ b/m4/ltoptions.m4 @@ -51,14 +51,12 @@ m4_ifdef([$0_found], [m4_undefine([$0_found])], [$2 # dispatch to that macro; otherwise complain about the unknown option # and exit. m4_define([_LT_SET_OPTIONS], -[m4_if([$1], [], [], - [AC_FOREACH([_LT_Option], [$1], - [_LT_SET_OPTION(_LT_Option) - m4_ifdef(_LT_MANGLE_DEFUN(_LT_Option), - _LT_MANGLE_DEFUN(_LT_Option), - [m4_fatal([Unknown option `]_LT_Option[' to LT][_INIT_LIBTOOL])]) - ])dnl - ]) +[AC_FOREACH([_LT_Option], [$1], + [_LT_SET_OPTION(_LT_Option) + m4_ifdef(_LT_MANGLE_DEFUN(_LT_Option), + _LT_MANGLE_DEFUN(_LT_Option), + [m4_fatal([Unknown option `]_LT_Option[' to LT][_INIT_LIBTOOL])]) + ])dnl dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: