* m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround for

CVS Automake bug (fixed).  Reported by Stepan Kasal <kasal@ucw.cz>.
This commit is contained in:
Ralf Wildenhues 2005-06-27 10:06:31 +00:00
parent 88c8c8b448
commit c100d41a93
2 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2005-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround for
CVS Automake bug (fixed). Reported by Stepan Kasal <kasal@ucw.cz>.
2005-06-21 Peter O'Gorman <peter@pogma.com>
* conig/ltmain.m4sh [darwin]: Accept -arch flag.

14
m4/ltoptions.m4 vendored
View File

@ -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: