From 8e9ac6ca501f9b072a5a67744c055612803263dd Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sun, 5 Dec 1999 22:40:45 +0000 Subject: [PATCH] More C++ support updates. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: -- 2.47.3