From 05ee852281ba20de3bf233a345c934418739f807 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 1 Sep 2001 16:40:18 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10622 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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)