]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround for
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 27 Jun 2005 10:06:52 +0000 (10:06 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 27 Jun 2005 10:06:52 +0000 (10:06 +0000)
CVS Automake bug (fixed).  Reported by Stepan Kasal <kasal@ucw.cz>.

ChangeLog
m4/ltoptions.m4

index 009be70f5d3a9ffa7d7dbadd5706ffcc46c1b543..4c857787e07e448c14477327db6de8c4e43452ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c4a70448e2508bebce6449560fc64334f680be12..df89eb1256a4e5b86353bf0c0326085fc76238e3 100644 (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: