Possible regression in AC_FC_WRAPPERS

2021-08-07 Thread Sam James
For reference, this was first observed in https://bugs.gentoo.org/775215. signature.asc Description: Message signed with OpenPGP

Possible regression in AC_FC_WRAPPERS

2021-08-04 Thread Michael Orlitzky
Between autoconf-2.69 and autoconf-2.71, the test programs that AC_FC_WRAPPERS uses to determine its name-mangling scheme has changed. In 2.69, for example, we have #ifdef __cplusplus extern "C" #endif char foobar_ (); #ifdef FC_DUMMY_MAIN #ifndef FC_DUMMY_MAIN_EQ_F77 # ifdef __cplu