From: Ossama Othman Date: Sun, 5 Dec 1999 22:40:45 +0000 (+0000) Subject: More C++ support updates. X-Git-Tag: multi-language-merge-point~262 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e9ac6ca501f9b072a5a67744c055612803263dd;p=thirdparty%2Flibtool.git More C++ support updates. --- diff --git a/ChangeLog b/ChangeLog index a5a84aaba..bccbab6f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Sun Dec 5 16:34:04 1999 Ossama Othman + + * libtool.m4: + + Make sure AC_LIBTOOL_SETUP is called before any macros that set + the autoconf test language (e.g. AC_LANG_CPLUSPLUS). Autoconf's + AC_EXEEXT macro only works for C compilers. AC_EXEEXT gets + confused and thinks that an extension such as the C++ source file + extenstion ".C" is an executable file extension, which screws up + the libtool configuration. + + Pass the same autoconf variables used in the main ltconfig run to + the ltconfig configuration tag run (with the exception of a few). + This probably isn't necessary but I think it is a good idea to do + so. + + * ltconfig.in: + + The tagged configuration was being cached and overwriting the C + compiler cached configuration. For now, the tagged configuration + will not be cached. + Sat Dec 4 18:59:57 1999 Ossama Othman * ltconfig.in: