Re: bug in autoconf handling of inline and const

2000-09-06 Thread Akim Demaille
> "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

Re: bug in autoconf handling of inline and const

2000-09-06 Thread Andreas Buschmann
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

Re: bug in autoconf handling of inline and const

2000-09-05 Thread Akim Demaille
I think the current Autoconf has solved these issues. In fact running the test suite with CC=g++ works. Thanks!

bug in autoconf handling of inline and const

2000-09-05 Thread Andreas Buschmann
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