]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
more notes
authorDavid MacKenzie <djm@djmnet.org>
Thu, 11 Aug 1994 04:14:02 +0000 (04:14 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 11 Aug 1994 04:14:02 +0000 (04:14 +0000)
TODO

diff --git a/TODO b/TODO
index ce69616fbeb6846eb1747dcd01502432f1a0334b..e111ed9513404fbbf2ec6f73d1ce13f3f88a4279 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,7 +18,8 @@ Required for 2.0:
 
 ------------------------------------------------------------------------------
 
-* Fix AC_ARG_{ENABLE,WITH} and AC_PATH_X*.
+* Fix AC_ARG_{ENABLE,WITH}, and AC_PATH_X*, and AC_REQUIRE
+  interrupting messages.
 
 ------------------------------------------------------------------------------
 \f
@@ -46,7 +47,7 @@ functions (POSIX, NIS) that do everything necessary, instead.
 ** 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.
 
@@ -63,6 +64,9 @@ config.site.
 
 *** 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.
@@ -90,7 +94,9 @@ in a dnl comment.  (Seems to be hard.)
 
 ------------------------------------------------------------------------------
 
-* 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.
 
 ------------------------------------------------------------------------------