Turning of C++ detection on latest alpha

2002-03-07 Thread Samuel Meder
I'm using the latest alpha libtool alpha (1.4d) and would like to be able to turn of detection of the C++ compiler and preprocessor. I've got a system where the C++ is present but doesn't work due to a expired license, which breaks the libtool configure step. I do not need any C++ support for the

Re: Turning of C++ detection on latest alpha

2002-03-12 Thread Kevin Ryde
Samuel Meder <[EMAIL PROTECTED]> writes: > > I'm using the latest alpha libtool alpha (1.4d) and would like to be > able to turn of detection of the C++ compiler and preprocessor. I've had some joy from setting a default value for --with-tags, as per the following with $want_cxx determining wheth

Re: Turning of C++ detection on latest alpha

2002-03-12 Thread Samuel Meder
On Wed, 13 Mar 2002, Kevin Ryde wrote: > Samuel Meder <[EMAIL PROTECTED]> writes: > > > > I'm using the latest alpha libtool alpha (1.4d) and would like to be > > able to turn of detection of the C++ compiler and preprocessor. > > I've had some joy from setting a default value for --with-tags, a

Re: Turning of C++ detection on latest alpha

2002-03-13 Thread Kevin Ryde
Samuel Meder <[EMAIL PROTECTED]> writes: > > Passing a empty with_tags does only turn of the GCJ stuff. C++ > detection is still done. Oops, I forgot the key is to have AC_PROG_CXX and AC_PROG_CXXCPP expanded, but only executed when desired. The dead hand of AC_REQUIRE I suspect :-). Actual exa

Re: Turning of C++ detection on latest alpha

2002-03-14 Thread Samuel Meder
On Thu, 14 Mar 2002, Kevin Ryde wrote: > Samuel Meder <[EMAIL PROTECTED]> writes: > > > > Passing a empty with_tags does only turn of the GCJ stuff. C++ > > detection is still done. > > Oops, I forgot the key is to have AC_PROG_CXX and AC_PROG_CXXCPP > expanded, but only executed when desired.

Re: Turning of C++ detection on latest alpha

2002-03-14 Thread Samuel Meder
On Thu, 14 Mar 2002, wrote: > On Thu, 14 Mar 2002, Kevin Ryde wrote: > > > Samuel Meder <[EMAIL PROTECTED]> writes: > > > > > > Passing a empty with_tags does only turn of the GCJ stuff. C++ > > > detection is still done. > > > > Oops, I forgot the key is to have AC_PROG_CXX and AC_PROG_CXXCPP