summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-02-19 15:08:58 +0000
committerAkim Demaille <akim@epita.fr>2001-02-19 15:08:58 +0000
commit185f3651174da362b88d402af96fdd2bdf0b54d7 (patch)
tree768c8224b442cabb6031a6a963d6f28653757028 /BUGS
parente884e735413c95fb142c9305eada1a465dd68fe6 (diff)
downloadautoconf-185f3651174da362b88d402af96fdd2bdf0b54d7.tar.gz
* 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.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS8
1 files changed, 0 insertions, 8 deletions
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