Some more, some less.

This commit is contained in:
Ben Elliston 1999-04-11 05:15:59 +00:00
parent 1427f8c929
commit cfff564377

8
TODO
View File

@ -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 * Make AC_CHECK_LIB check whether the function is already available
before checking for the library. This might involve adding another before checking for the library. This might involve adding another
kind of cache variable to indicate whether a given function needs a 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 * Make AC_CHECK_FUNC[S] automatically use any particular macros for the
listed functions. listed functions.