autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_CPLUSPLUS doesn't work


From: Stefan Seefeld
Subject: AC_CPLUSPLUS doesn't work
Date: Fri, 01 Mar 2002 14:00:11 -0500

hi there,

I'v run into another problem with autoconf 2.52:

at some point, I set the language to be used to C++,
as I code in C++ and want all tests to be performed
with C++.

However, the language is automagically set back to C
before the actual tests are performed, such that some
tests fail. I browsed the generated configure file
(*shudder*), and it appears that AC_LANG had indeed
been called quite a couple of times after I called

AC_LANG_CPLUSPLUS.

(by the way, adding comments to each macro in the
 generated output ('configure') would really help
 to make the whole more intelligible !)

Any help would be highly appreciated. For example:
what macros call AC_LANG themselfs ? Should there
be *any* macro calling this ? I thought this kinda
defeats the whole purpose of that feature...

Regards,
                Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]