------------------------------------------------------------------------------
-* Fix AC_REQUIRE interrupting messages.
+* Prevent AC_REQUIRE from interrupting messages. I have a patch to do this,
+but it makes autoconf take 3 times as long to run.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-* Look at Jim Avera's code to allow [ and ] in patterns and AC_DEFINE args.
+* Look at Jim Avera's code to allow [ and ] in egrep patterns and
+AC_DEFINE args.
------------------------------------------------------------------------------
-* Support host and target dependent hints for things that can't be
-automatically determined. Perhaps this could replace or supplement
-the current ad-hoc macros for Dynix, SCO, ISC, etc. Or, perhaps there
-should be macros for certain functions (statfs, wait) or classes of
-functions (POSIX, NIS) that do everything necessary, instead.
+* Replace the current ad-hoc macros for Dynix, SCO, ISC, etc.
+Perhaps there should be macros for certain functions (statfs, wait) or
+classes of functions (POSIX, NIS) that do everything necessary, instead.
+Select the right CONFIG_SHELL automatically (Ultrix, Lynx esp.)
+Select the right C compiler and POSIX/ANSI C options automatically.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-* Select the right CONFIG_SHELL automatically (Ultrix, Lynx esp.)
-
-------------------------------------------------------------------------------
-
-* Select the right C compiler or POSIX/ANSI C options automatically.
-
-------------------------------------------------------------------------------
-
* Look at user contributed macros: prototypes, IEEE double precision math,
shared libraries, various other things.