[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The AC_LANG_COMPILER problems
From: |
Akim Demaille |
Subject: |
Re: The AC_LANG_COMPILER problems |
Date: |
06 Feb 2001 16:08:33 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
"Lars J. Aas" <address@hidden> writes:
> checking for executable suffix... checking whether for C compiler default
> output... conftest
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> .exe
> checking for object suffix... obj
> [...]
>
> One AC_MSG_CHECKING needs to be moved in other words.
Thanks!
> I also get something strange at the top:
>
> $ ./configure --prefix=/tmp
> ./configure --prefix=/tmp; conftest.sh: not found
> checking [...]
That's OK, it was known the bug would happen once the PATH_SEP stuff
included. I'm applying `a' fix. I really don't like this area, there
are way too many different macros for one or two ideas at most.
What I'm including is more or less a quick and dirty fix (but with
some elegance I think :), hoping it might trigger some new ideas from
someone.
> BTW, I would just like to mention for the record that I think it is too
> bad the dot isn't included in the objext var like it is for exeext, but
> that's way too late to change now :-|
Agreed.