Lorenzo Bettini <[EMAIL PROTECTED]> writes: > I'm using this macro AC_C_CONST in a configure script of a program > that uses both C and C++.
The current Autoconf documentation says of AC_C_CONST "This macro is obsolescent, as current C compilers support `const'. New programs need not use this macro." So the simplest fix for you is to not use AC_C_CONST. _______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf