------------------------------------------------------------------------------
+* 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
------------------------------------------------------------------------------
-* 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.