DJGPP fix: remove both conftest and conftest.exe.
commitceff70a2584db560f42e59c289813ba6f9aa1047
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Sep 2009 19:16:15 +0000 (13 21:16 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 14 Sep 2009 17:33:57 +0000 (14 19:33 +0200)
tree164a4485c82308d89dd4c6b3a02a396d0dcd78cd
parentd9226f650cfce1dd1e7aaa3d905d24aed8de88eb
DJGPP fix: remove both conftest and conftest.exe.

The DJGPP compiler may create both `a.out' and `a.exe' without -o,
and both `conftest' and `conftest.exe' with `-o conftest', but not
with `-o conftest.exe'.

* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Also remove
`conftest' without $ac_exeext suffix.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autoconf/lang.m4