From dev-return-12195-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Jul 01 14:30:34 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 44617 invoked from network); 1 Jul 2004 14:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jul 2004 14:30:34 -0000 Received: (qmail 31653 invoked by uid 500); 1 Jul 2004 14:30:33 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 31466 invoked by uid 500); 1 Jul 2004 14:30:29 -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 31371 invoked by uid 99); 1 Jul 2004 14:30:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Date: Thu, 1 Jul 2004 15:30:08 +0100 From: Joe Orton To: Greg Hudson Cc: dev@apr.apache.org Subject: Re: apr pkgconfig use (apr.pc vs. apr-1.pc) Message-ID: <20040701143008.GA17360@redhat.com> Mail-Followup-To: Greg Hudson , dev@apr.apache.org References: <200406291911.i5TJBUwX010493@egyptian-gods.mit.edu> <20040630083933.GB5958@redhat.com> <00e101c45e7f$349c90f0$6608a8c0@robinson.cam.ac.uk> <20040630085614.GC5958@redhat.com> <1088606343.24763.153.camel@egyptian-gods.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1088606343.24763.153.camel@egyptian-gods.mit.edu> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Jun 30, 2004 at 10:39:16AM -0400, Greg Hudson wrote: > On Wed, 2004-06-30 at 04:56, Joe Orton wrote: > > > Install apr-config as apr-$(APR_MAJOR_VERSION)-config ? > > > > Greg wrote "remove" rather than "rename", though indeed, I guess > > renaming should work. > > Renaming is also fine. Installing ap[ru]-$N-config alongside ap[ru]-config is probably all that's going to be feasible for the 1.0.0 release, at least I don't have time to deal with the fallout of removing ap[ru]-config entirely right now. The AP?_FIND_AP? macros in find_ap?.m4 need to be adjusted to take a minimum required library version argument, there's probably more... joe