From harmony-commits-return-474-apmail-incubator-harmony-commits-archive=incubator.apache.org@incubator.apache.org Sun Dec 11 03:37:09 2005 Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 29710 invoked from network); 11 Dec 2005 03:37:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Dec 2005 03:37:09 -0000 Received: (qmail 44227 invoked by uid 500); 11 Dec 2005 03:37:09 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 44184 invoked by uid 500); 11 Dec 2005 03:37:08 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 44173 invoked by uid 99); 11 Dec 2005 03:37:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 19:37:08 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 10 Dec 2005 19:37:07 -0800 Received: (qmail 29644 invoked by uid 65534); 11 Dec 2005 03:36:45 -0000 Message-ID: <20051211033645.29643.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355887 - /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.in Date: Sun, 11 Dec 2005 03:36:45 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Sat Dec 10 19:36:17 2005 New Revision: 355887 URL: http://svn.apache.org/viewcvs?rev=355887&view=rev Log: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.in Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.in URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.in?rev=355887&r1=355886&r2=355887&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.in (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/configure.in Sat Dec 10 19:36:17 2005 @@ -136,7 +136,7 @@ AC_LIBTOOL_DLOPEN AC_DISABLE_STATIC AC_LIBTOOL_DLOPEN -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL # Get host architecture [JC_ARCH=`uname -m | sed -e 's/i[456]86/i386/g' | sed -e 's/Power Macintosh/ppc/g'`]