Hello Eli,

On Tue, Oct 25, 2005 at 03:47:58PM +0200, Eli Zaretskii wrote:
> From the Autoconf archives of this thread, I understand that the issue
> was with conftest2.c vs conftst2.c.

the problem is this: ./configure runs
        $CC -c -o conftst2.$ac_objext conftest.c
and then checks whether the compiler created conftst2.$ac_objext or
conftest$ac_objext

If it were "conftest2.$ac_objext" instead, and someone run
        bash ./configure
in a DJGPP environment, the check might not work.

But do people run ./configure as part of a native build in DJGPP?

Stepan


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to