]> git.ipfire.org Git - thirdparty/libtool.git/commit
Made invocation of ltconfig in AC_LIBTOOL_CXX macro more like the
authorOssama Othman <othman@cs.wustl.edu>
Sun, 5 Dec 1999 00:34:58 +0000 (00:34 +0000)
committerOssama Othman <ossama@debian.org>
Sun, 5 Dec 1999 00:34:58 +0000 (00:34 +0000)
commit33a27d0a25cbe2f38fb5bb60cbc8a448b15b98cd
treeba7c0317c0cf531871b244bbd0339c110688da3b
parente7630bad25d8d302ec3c50bb808d2bfc3f068cd1
Made invocation of ltconfig in AC_LIBTOOL_CXX macro more like the
one in AC_PROG_LIBTOOL.  This adds some ILD related flags to the
invocation, in addition to providing the $libtool_flags to
ltconfig that was previously in AC_PROG_LIBTOOL (via
AC_LIBTOOL_SETUP).  This fixes an ILD related bug with the C++
support, and also fixes a problem where both the static and shared
libraries were being built even if one of them was explicitly
disabled.
libtool.m4