> From: Jeff Trawick [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 3:45 PM
> [EMAIL PROTECTED] wrote: > > > striker 2003/08/28 10:29:07 > > > > Modified: . configure.in > > build apu-conf.m4 > > include apu_want.h.in > > Added: build dbm.m4 > > dbm.m4 doesn't work with autoconf 2.13... has anybody figured out why yet? > > symptom: > > run buildconf, get > > Looking for apr source in ../apr > Creating include/private/apu_config.h ... > Creating configure ... > autoconf: Undefined macros: > ***BUG in Autoconf--please report*** AC_MSG_NOTICE > ***BUG in Autoconf--please report*** AC_MSG_NOTICE > ***BUG in Autoconf--please report*** AC_MSG_NOTICE > (repeated a bunch more times) > > comment out the sinclude for dbm.m4 and buildconf completes Crap, I didn't test it with 2.13... Sorry about that. Does this patch do the trick for you? Sander Index: build/dbm.m4 =================================================================== RCS file: /home/cvs/apr-util/build/dbm.m4,v retrieving revision 1.1 diff -u -r1.1 dbm.m4 --- build/dbm.m4 28 Aug 2003 17:29:07 -0000 1.1 +++ build/dbm.m4 29 Aug 2003 13:49:51 -0000 @@ -75,7 +75,6 @@ ;; esac - AC_MSG_NOTICE([checking for Berkeley DB $bdb_version in $description]) for bdb_libname in $bdb_default_search_lib_names; do for bdb_header in $bdb_default_search_headers; do # Clear the header cache variable for each location