Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 47921 invoked from network); 24 May 2005 12:09:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2005 12:09:41 -0000 Received: (qmail 80672 invoked by uid 500); 24 May 2005 12:09:41 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 80631 invoked by uid 500); 24 May 2005 12:09:41 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 80617 invoked by uid 99); 24 May 2005 12:09:40 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 24 May 2005 05:09:40 -0700 Received: (qmail 47867 invoked by uid 65534); 24 May 2005 12:09:36 -0000 Message-ID: <20050524120936.47866.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r178155 - /apr/apr-util/trunk/Makefile.in Date: Tue, 24 May 2005 12:09:36 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trawick Date: Tue May 24 05:09:35 2005 New Revision: 178155 URL: http://svn.apache.org/viewcvs?rev=3D178155&view=3Drev Log: Fix embedded name of libaprutil in aprutil.exp. This broke (or forced a symlink work-around) some third- party Apache modules on AIX, since the libaprutil name they referenced didn't match the installed library. Submitted by: Eric Covener Reviewed by: Jeff Trawick Modified: apr/apr-util/trunk/Makefile.in Modified: apr/apr-util/trunk/Makefile.in URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/Makefile.in?rev=3D178= 155&r1=3D178154&r2=3D178155&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/apr-util/trunk/Makefile.in (original) +++ apr/apr-util/trunk/Makefile.in Tue May 24 05:09:35 2005 @@ -77,7 +77,7 @@ $(APR_MKVAREXPORT) $(HEADERS) > $@ =20 aprutil.exp: exports.c export_vars.c - @echo "#! libaprutil.so" > $@ + @echo "#! lib@APRUTIL_LIBNAME@.so" > $@ @echo "* This file was AUTOGENERATED at build time." >> $@ @echo "* Please do not edit by hand." >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed = -e 's/^.*[)]\(.*\);$$/\1/' >> $@