mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* 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:
parent
88c8c8b448
commit
c100d41a93
@ -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
14
m4/ltoptions.m4
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user