]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_CONFIG): Remove unneeded else condition
authorScott James Remnant <scott@netsplit.com>
Tue, 23 Mar 2004 00:28:29 +0000 (00:28 +0000)
committerScott James Remnant <scott@netsplit.com>
Tue, 23 Mar 2004 00:28:29 +0000 (00:28 +0000)
code, now the support determination is done in m4.
(_LT_LANG): Correct comment, unexpected leak from keybuk-lt-tag.patch.

ChangeLog
m4/libtool.m4

index caf48dea54a56eb3f06fbce502bc05bb9202204b..de7dcae0de100d56fdf252a1f0b4e02bac317514 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-22  Scott James Remnant  <scott@netsplit.com>
+
+       * m4/libtool.m4 (_LT_CONFIG): Remove unneeded else condition
+       code, now the support determination is done in m4.
+       (_LT_LANG): Correct comment, unexpected leak from keybuk-lt-tag.patch.
+
 2004-03-21  Scott James Remnant  <scott@netsplit.com>
 
        * libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT
index ac8033b5abb3bb47d8c97af68da1e23e3a069371..ea7b437ffd3d7ce7dcf803338bcb8aaf00903892 100644 (file)
@@ -544,7 +544,7 @@ _LT_EOF
     VERSION='$VERSION'
     TIMESTAMP='$TIMESTAMP'
     rm='$rm'
-    ofile='$ofile'], [$1='[$]$1'])
+    ofile='$ofile'], [])
 ])dnl /_LT_CONFIG_SAVE_COMMANDS
 ])# _LT_CONFIG
 
@@ -569,8 +569,8 @@ AC_DEFUN([LT_LANG],
     [m4_fatal([$0: unsupported language: "$1"])])])dnl
 ])# LT_LANG
 
-# _LT_LANG(LANGNAME, TAG)
-# ------------------------
+# _LT_LANG(LANGNAME)
+# ------------------
 m4_define([_LT_LANG],
 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
   [m4_append([_LT_TAGS], [$1 ])dnl