Re: Order significant wrt AM_PROG_LIBTOOL and AC_LANG_CPLUSPLUS

2001-06-19 Thread Mark Coletti
On 19 Jun 2001 18:51:05 MDT, Tom Tromey wrote: > > "Mark" == Mark Coletti <[EMAIL PROTECTED]> writes: > > Mark> If AC_LANG_CPLUSPLUS precedes AM_PROG_LIBTOOL in configure.in, the > Mark> executable extension becomes ".C" instead of "" on linux systems. > Mark> Swapping the order yields corre

Re: Order significant wrt AM_PROG_LIBTOOL and AC_LANG_CPLUSPLUS

2001-06-19 Thread Tom Tromey
> "Mark" == Mark Coletti <[EMAIL PROTECTED]> writes: Mark> If AC_LANG_CPLUSPLUS precedes AM_PROG_LIBTOOL in configure.in, the Mark> executable extension becomes ".C" instead of "" on linux systems. Mark> Swapping the order yields correct behavior. I think this must be a bug in autoconf. In a