]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Some more, some less.
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sun, 11 Apr 1999 05:15:59 +0000 (05:15 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sun, 11 Apr 1999 05:15:59 +0000 (05:15 +0000)
TODO

diff --git a/TODO b/TODO
index 200eeb40020a08a4b3f9dd9ae9bcc57108683559..424dd1a755e7ad0b319b845f2f04733b28cb1691 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,6 +6,10 @@ these suggestions... their presence here doesn't imply my endorsement.
 
 ------------------------------------------------------------------------------
 
+* Write an automake Makefile.am to replace the existing Makefile.in.
+
+------------------------------------------------------------------------------
+
 * Make AC_CHECK_LIB check whether the function is already available
   before checking for the library.  This might involve adding another
   kind of cache variable to indicate whether a given function needs a
@@ -21,10 +25,6 @@ these suggestions... their presence here doesn't imply my endorsement.
 
 ------------------------------------------------------------------------------
 
-* Use AC_EGREP_CPP instead of AC_TRY_LINK to detect structures and members.
-
-------------------------------------------------------------------------------
-
 * Make AC_CHECK_FUNC[S] automatically use any particular macros for the
   listed functions.