------------------------------------------------------------------------------
-* Fix AC_ARG_{ENABLE,WITH} and AC_PATH_X*.
+* Fix AC_ARG_{ENABLE,WITH}, and AC_PATH_X*, and AC_REQUIRE
+ interrupting messages.
------------------------------------------------------------------------------
\f
** Support all of the GNU standard targets.
** Parameterize with make variables to require as little modification
-as necessary. Maybe via m4? (Eww, visions of imake.)
+as necessary. Maybe via m4? (Eww, sounds like imake.)
** Make it usable both with and without a header file.
*** Distribute a config.site corresponding to a hypothetical bare POSIX system with c89.
+*** Cache consistency checking: ignore cache if environment
+(CC or PATH) differs.
+
** Site defaults:
*** Convention for consistency checking of env vars and options in config.site so config.site can print obnoxious messages if it doesn't like options or env vars that users use.
------------------------------------------------------------------------------
-* Cache consistency checking: ignore cache if environment
-(CC or PATH) differs.
+* Test suite: more things to test:
+** That the shell scripts produce correct output on some simple data.
+** Configuration header files. That autoheader does the right thing,
+ and so does AC_CONFIG_HEADER when autoconf is run.
------------------------------------------------------------------------------