From 185f3651174da362b88d402af96fdd2bdf0b54d7 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 19 Feb 2001 15:08:58 +0000 Subject: * aclang.m4 (_AC_LANG_COMPILER_WORKS): Rename as... (_AC_COMPILER_EXEEXT_WORKS): this. Use the `a.out' or `a.exe' left by _AC_COMPILER_EXEEXT_DEFAULT to check if the compiler works. (_AC_COMPILER_EXEEXT_CROSS): Extract from the above macro. (_AC_COMPILER_EXEEXT): Use them. Adjust all the compiler looking macros to check for EXEEXT *first*, then OBJEXT. Set ac_exeext yourself. (_AC_COMPILER_EXEEXT_O): Don't. --- BUGS | 8 -------- 1 file changed, 8 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index a2c91374..75487607 100644 --- a/BUGS +++ b/BUGS @@ -21,14 +21,6 @@ address them. * Serious Problems -** Broken compilers - -configure does not properly diagnose broken compilers (because it -finds the failure before the code that checks whether the compiler -works). It is not to serious a bug, but most notably the test suite -will fail to handle gracefully missing compilers (typically the -Fortran compiler). - ** Special characters and config.hin The handling of special characters, most notable backslashes, of -- cgit v1.2.1