* Status
- /*----------------------------------.
- | No known bug, release candidate. |
- `----------------------------------*/
+ /*------------.
+ | Don't use. |
+ `------------*/
+
+* 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
+course, might be nonportable in addition of being of clearly
+specified.
+
+** AC_TRY_EVAL of multi line commands
+
+Is broken.
+2001-01-30 Akim Demaille <akim@epita.fr>
+
+ * tests/base.at (AC_CACHE_CHECK): Typo and clea nup.
+
2001-01-30 Paul Eggert <eggert@twinsun.com>
* autoheader.sh: Don't pass a string to 'echo' that might
AT_CLEANUP
-## -------------- ##
-## AC_CACHE_CHECK ##
-## -------------- ##
+## ---------------- ##
+## AC_CACHE_CHECK. ##
+## ---------------- ##
-# make sure AC_CACH_CHECK is silent with -q
+# Make sure AC_CACHE_CHECK is silent with -q.
AT_SETUP([AC_CACHE_CHECK])
]])
AT_CHECK_AUTOCONF
-AT_CHECK([./configure -q], 0)
+AT_CHECK_CONFIGURE([-q])
AT_CHECK_CONFIGURE([], 0, [checking for nothing... found
])