Re: Libtool makes configure scripts check for unneeded compilers

2003-06-11 Thread Peter Eisentraut
Albert Chin writes: And when I run it it checks for g++ and g77 and runs the whole libtool test range for those compilers. Does anyone know why? Check the thread from last week. I'll try to post my patch by this weekend to fix this.

Re: Libtool makes configure scripts check for unneeded compilers

2003-06-10 Thread Albert Chin
On Tue, Jun 10, 2003 at 02:04:40PM +0200, Peter Eisentraut wrote: [ snip snip ] For some reason this causes libtool(?) to include support for C++ and Fortran in the resulting configure script. For example, I see in 'configure': tagnames=`echo $tagnames,CXX | sed 's/^,//'`