Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 774 invoked from network); 1 Sep 2006 09:28:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 09:28:04 -0000 Received: (qmail 24313 invoked by uid 500); 1 Sep 2006 09:28:03 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 24280 invoked by uid 500); 1 Sep 2006 09:28:03 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 24269 invoked by uid 99); 1 Sep 2006 09:28:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 02:28:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.236.219.70] (HELO piccollo.p6m7g8.net) (66.236.219.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 02:28:02 -0700 Received: from [192.168.0.210] ([69.244.240.212]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k819Re0h080131 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 1 Sep 2006 05:27:41 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44F7FDE1.509@p6m7g8.com> Date: Fri, 01 Sep 2006 02:31:13 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: apreq-dev@httpd.apache.org CC: Radoslaw Zielinski Subject: Re: svn commit: r439245 - in /httpd/apreq/trunk: CHANGES build/version_check.pl glue/perl/Makefile.PL References: <20060901092430.D54C61A981A@eris.apache.org> In-Reply-To: <20060901092430.D54C61A981A@eris.apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N autoconf 2.60 should now work on "all" platforms. pgollucci@apache.org wrote: > Author: pgollucci > Date: Fri Sep 1 02:24:29 2006 > New Revision: 439245 > > URL: http://svn.apache.org/viewvc?rev=439245&view=rev > Log: > code around autoconf 2.60 bug > > > Modified: > httpd/apreq/trunk/CHANGES > httpd/apreq/trunk/build/version_check.pl > httpd/apreq/trunk/glue/perl/Makefile.PL > > Modified: httpd/apreq/trunk/CHANGES > URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?rev=439245&r1=439244&r2=439245&view=diff > ============================================================================== > --- httpd/apreq/trunk/CHANGES (original) > +++ httpd/apreq/trunk/CHANGES Fri Sep 1 02:24:29 2006 > @@ -2,7 +2,11 @@ > //! brief List of major changes. > > > -@section v2_08 Changes with libapreq2-2.09 (under developement) > +@section v2_09 Changes with libapreq2-2.09 (under developement) > + > +- Build [Philip M. Gollucci] > + code around |#_!!_#| autoconf 2.60 bug. > + > > @section v2_08 Changes with libapreq2-2.08 (released August 8, 2006) > > > Modified: httpd/apreq/trunk/build/version_check.pl > URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_check.pl?rev=439245&r1=439244&r2=439245&view=diff > ============================================================================== > --- httpd/apreq/trunk/build/version_check.pl (original) > +++ httpd/apreq/trunk/build/version_check.pl Fri Sep 1 02:24:29 2006 > @@ -47,7 +47,7 @@ > > my %svn = ( > libtool => { version => "1.4.3", test => \&gnu_version }, > - autoconf => { version => "2.53", test => \&gnu_version, broken_version => '2.60' }, > + autoconf => { version => "2.53", test => \&gnu_version }, > automake => { version => "1.6.1", test => \&gnu_version }, > doxygen => { version => "1.2", test => \&gnu_version, broken_version => '1.4.5' }, > perl => { version => "5.6.1", test => \&gnu_version }, > > Modified: httpd/apreq/trunk/glue/perl/Makefile.PL > URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/Makefile.PL?rev=439245&r1=439244&r2=439245&view=diff > ============================================================================== > --- httpd/apreq/trunk/glue/perl/Makefile.PL (original) > +++ httpd/apreq/trunk/glue/perl/Makefile.PL Fri Sep 1 02:24:29 2006 > @@ -88,6 +88,14 @@ > die "Can't find package version"; > $version = $1; > > + ## Code around an autoconf 2.60 bug > + ## http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00127.html > + ## $ grep @PACKAGE_VERSION config.status-2.59 config.status-2.60 > + ## config.status-2.59:s,@PACKAGE_VERSION@,2.09,;t t > + ## config.status-2.60:s,@PACKAGE_VERSION@,|#_!!_#|2.09,g > + foreach ($apache_includes, $apreq_libname, $version) { > + s/\|#_!!_#\|//g; > + } > } > > my $apreq_libs = WIN32 ? > -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "In all that I've done wrong I know I must have done something right to deserve a hug every morning and butterfly kisses at night." __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / / /|_/ / // /\ \/ /_/ / /__ /_/ /_/\_, /___/\___\_\___/ <___/