]> git.ipfire.org Git - thirdparty/libtool.git/commit
Finally fix the annoying bug which always adds all tags to the
authorGary V. Vaughan <gary@gnu.org>
Thu, 30 May 2002 20:20:04 +0000 (20:20 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 30 May 2002 20:20:04 +0000 (20:20 +0000)
commite00af245ecba14d72befb622e0750839cb143654
treedc679ca49727c77c705fca6c8b96a52ce96afcb8
parentd08d73a5bad3edf2979abce5011080ca8a96dcec
Finally fix the annoying bug which always adds all tags to the
libtool script built by your project configure.  Now we set the
default tags depending on whether AC_PROG_CXX et. al. are actually
called from configure.ac.

* libtool.m4 (_LT_AC_TAGCONFIG): Don't default the tagnames when
no --with-tags argument is given.
(_LT_AC_SHELL_INIT): Factored out from the AC_DIVERT_PUSH code
in...
(_LT_AC_PROG_ECHO_BACKSLASH): ...which now calls the macro
instead.
(AC_LIBTOOL_CXX): Use _LT_AC_SHELL_INIT to add CXX to the
initialisation sequence for tagnames.
(AC_LIBTOOL_GCJ): Similarly for GCJ tag.
(AC_LIBTOOL_RC): Likewise for RC tag.
ChangeLog
libtool.m4