> "Andreas" == Andreas Buschmann <[EMAIL PROTECTED]> writes:
Andreas> Hmm, I get the same problem with autoconf v2.13 and v2.14.
There is no such thing as 2.14.
Andreas> Is there a newer autoconf version than v2.14? Where do I get
Andreas> it?
ftp://alpha.gnu.org/gnu/autoconf/auto
Hello,
ad> I think the current Autoconf has solved these issues.
Hmm, I get the same problem with autoconf v2.13 and v2.14.
Is there a newer autoconf version than v2.14?
Where do I get it?
asysha2> autoconf --version
Autoconf version 2.13
asysha2> uname -a
SunOS asysha2 5.6 Generic_105181-22
I think the current Autoconf has solved these issues. In fact running
the test suite with CC=g++ works.
Thanks!
Hello,
I think I have found a bug in autoconf v2.13 when combining
autoheader, AC_LANG_CPLUSPLUS and AC_C_CONST or AC_C_INLINE .
This results in inline and const being defined as an empty string.
It happens when trying to use the generated configure script with
gcc v2.95.2 .
It does not happe