Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 27626 invoked from network); 29 Aug 2003 14:00:45 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Aug 2003 14:00:45 -0000 Received: (qmail 6152 invoked by uid 500); 29 Aug 2003 14:00:37 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 6101 invoked by uid 500); 29 Aug 2003 14:00:37 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 6064 invoked from network); 29 Aug 2003 14:00:36 -0000 Message-ID: <3F4F5C67.5040006@attglobal.net> Date: Fri, 29 Aug 2003 10:00:07 -0400 From: Jeff Trawick Reply-To: trawick@attglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sander Striker CC: dev@apr.apache.org Subject: Re: cvs commit: apr-util/include apu_want.h.in References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sander Striker wrote: >>From: Jeff Trawick [mailto:trawick@attglobal.net] >>Sent: Friday, August 29, 2003 3:45 PM > > >>striker@apache.org 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? I just found the same change, so yes it does the trick :)