Avoiding to write test programs

2012-05-21 Thread Magnus Fromreide
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

AC_CHECK_LIB and C++ libraries

2006-03-29 Thread Magnus Fromreide
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