diff --git a/cf/ChangeLog b/cf/ChangeLog index 0185e4c75..c96e39266 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -3,6 +3,10 @@ * Makefile.am.common (AUTOMAKE_OPTIONS): set 1.4b here so that users are warned if using earlier automake versions + * find-func-no-libs2.m4: ignore "no" as a library - another + special case to make it easy to send the result from this macro + into another invocation + 2001-08-30 Assar Westerlund * db.m4: check for ndbm functions in db3 library too @@ -15,6 +19,11 @@ 2001-08-29 Assar Westerlund + * crypto.m4: use AC_WITH_ALL to allow separate specification of + include and lib + * with-all.m4: new macro for doing --with-foo, --with-foo-include, + and --with-foo-lib in a sensible way + * find-func-no-libs2.m4: handle both -llib and lib in the second argument also yes -> "" as a library, to ease callers that send in results from this macro (this might be a little bit unclean)