From: Ben Elliston Date: Sun, 11 Apr 1999 05:15:59 +0000 (+0000) Subject: Some more, some less. X-Git-Tag: experimental-branchpoint~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfff56437722207d8217ad2a6b2c73d49dcb1a4e;p=thirdparty%2Fautoconf.git Some more, some less. --- diff --git a/TODO b/TODO index 200eeb40..424dd1a7 100644 --- 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.