*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10622 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-09-01 16:40:18 +00:00
parent 9cf836a064
commit 05ee852281

View File

@@ -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 <assar@sics.se>
* db.m4: check for ndbm functions in db3 library too
@@ -15,6 +19,11 @@
2001-08-29 Assar Westerlund <assar@sics.se>
* 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)