mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Some more, some less.
This commit is contained in:
parent
1427f8c929
commit
cfff564377
8
TODO
8
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
|
* 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user