2001-01-30 Akim Demaille <akim@epita.fr>
- * tests/base.at (AC_CACHE_CHECK): Typo and clea nup.
+ * tests/base.at (AC_CACHE_CHECK): Typo and clean up.
+ Check only --quiet.
2001-01-30 Paul Eggert <eggert@twinsun.com>
AT_DATA([configure.ac],
[[AC_INIT
-AC_CACHE_CHECK([for nothing],[ac_nothing],[ac_nothing=found])
+AC_CACHE_CHECK([for nothing],
+ [ac_nothing],
+ [ac_nothing=found])
]])
AT_CHECK_AUTOCONF
AT_CHECK_CONFIGURE([-q])
-AT_CHECK_CONFIGURE([], 0, [checking for nothing... found
-])
AT_CLEANUP