I am trying to convert an existing software package to build using the GNU
autotools. The source code contains several files with .c and .cc which are
designed to be compiled both as C and C++ regardless of their suffix (i.e. they
contain conditionally compiled code #ifdef _cplusplus preprocesso
I am trying to convert an existing software package to build using the GNU
autotools. The source code contains several files with .c and .cc which are
designed to be compiled both as C and C++ regardless of their suffix (i.e. they
contain conditionally compiled code #ifdef _cplusplus preprocesso