Automake includes full support for C++, and rudimentary support for other languages. Support for other languages will be improved based on demand.
Any package including C++ code must define the output variable
`CXX' in `configure.in'; the simplest way to do this is to use
the AC_PROG_CXX
macro.
A few additional variables are defined when a C++ source file is seen:
CXX
CXXFLAGS
CXXCOMPILE
CXXLINK
Go to the first, previous, next, last section, table of contents.