Re: AC_C_CONST with C++

2006-12-12 Thread Lorenzo Bettini
Paul Eggert wrote: 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 n

Re: AC_C_CONST with C++

2006-12-10 Thread Paul Eggert
Harlan Stenn <[EMAIL PROTECTED]> writes: > Not using AC_C_CONST might not be an option for folks who need to deal > with older C compilers, but I can see that the number of folks who need > both older C compilers *and* C++ is probably a *very* small number. "Small" meaning less than 1, I suspect.

Re: AC_C_CONST with C++

2006-12-10 Thread Harlan Stenn
Not using AC_C_CONST might not be an option for folks who need to deal with older C compilers, but I can see that the number of folks who need both older C compilers *and* C++ is probably a *very* small number. H ___ Autoconf mailing list Autoconf@gnu.

Re: AC_C_CONST with C++

2006-12-10 Thread Paul Eggert
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 ma