From couchdb-commits-return-816-apmail-incubator-couchdb-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 25 14:56:24 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 95973 invoked from network); 25 Jul 2008 14:56:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2008 14:56:24 -0000 Received: (qmail 20018 invoked by uid 500); 25 Jul 2008 14:56:24 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 19981 invoked by uid 500); 25 Jul 2008 14:56:24 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 19963 invoked by uid 99); 25 Jul 2008 14:56:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 07:56:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 14:55:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2E6252388A09; Fri, 25 Jul 2008 07:55:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r679823 - /incubator/couchdb/trunk/bin/Makefile.am Date: Fri, 25 Jul 2008 14:55:22 -0000 To: couchdb-commits@incubator.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080725145523.2E6252388A09@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Fri Jul 25 07:55:22 2008 New Revision: 679823 URL: http://svn.apache.org/viewvc?rev=679823&view=rev Log: removed awk subst from automake Modified: incubator/couchdb/trunk/bin/Makefile.am Modified: incubator/couchdb/trunk/bin/Makefile.am URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/bin/Makefile.am?rev=679823&r1=679822&r2=679823&view=diff ============================================================================== --- incubator/couchdb/trunk/bin/Makefile.am (original) +++ incubator/couchdb/trunk/bin/Makefile.am Fri Jul 25 07:55:22 2008 @@ -25,7 +25,6 @@ couchdb: couchdb.tpl sed -e "s|%ERL%|$(ERL)|g" \ -e "s|%ICU_CONFIG%|$(ICU_CONFIG)|g" \ - -e "s|%AWK%|$(AWK)|g" \ -e "s|%bindir%|@bindir@|g" \ -e "s|%localerlangbindir%|@localerlangbindir@|g" \ -e "s|%localerlanglibdir%|@localerlanglibdir@|g" \