Sometimes I wish to perform multiple runs of AC_*_IFELSE using the same
source but different compiler options.
When doing that I have noticed that it seems as if only the first call
to AC_*_IFELSE needs the INPUT argument but on the other hand this seems
to be completely undocumented.
Is this a f
Hello.
I have a C++ program and a library written in C++ that I wish to AC_CHECK_LIB
for, when trying that AC_CHECK_LIB fails miserably since the name mangling
hides the function name. It would be nice if the following were true:
a) AC_CHECK_LIB takes a PROLOGUE argument, just like AC_LANG_CALL a