Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 8989 invoked from network); 30 Apr 2010 13:14:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 13:14:39 -0000 Received: (qmail 44780 invoked by uid 500); 30 Apr 2010 13:14:39 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 44558 invoked by uid 500); 30 Apr 2010 13:14:38 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 44551 invoked by uid 99); 30 Apr 2010 13:14:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 13:14:38 +0000 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, 30 Apr 2010 13:14:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A3A9023889FD; Fri, 30 Apr 2010 13:13:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r939657 - in /couchdb/trunk: THANKS configure.ac Date: Fri, 30 Apr 2010 13:13:44 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100430131344.A3A9023889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Fri Apr 30 13:13:44 2010 New Revision: 939657 URL: http://svn.apache.org/viewvc?rev=939657&view=rev Log: added curl m4 file, thanks Jae Kwon Modified: couchdb/trunk/THANKS couchdb/trunk/configure.ac Modified: couchdb/trunk/THANKS URL: http://svn.apache.org/viewvc/couchdb/trunk/THANKS?rev=939657&r1=939656&r2=939657&view=diff ============================================================================== --- couchdb/trunk/THANKS (original) +++ couchdb/trunk/THANKS Fri Apr 30 13:13:44 2010 @@ -53,5 +53,6 @@ suggesting improvements or submitting ch * Randall Leeds * Joscha Feth * Jarrod Roberson + * Jae Kwon For a list of authors see the `AUTHORS` file. Modified: couchdb/trunk/configure.ac URL: http://svn.apache.org/viewvc/couchdb/trunk/configure.ac?rev=939657&r1=939656&r2=939657&view=diff ============================================================================== --- couchdb/trunk/configure.ac (original) +++ couchdb/trunk/configure.ac Fri Apr 30 13:13:44 2010 @@ -11,6 +11,7 @@ dnl License for the specific language go dnl under the License. m4_include([m4/ac_check_icu.m4]) +m4_include([m4/ac_check_curl.m4]) AC_INIT([LOCAL_PACKAGE_NAME], [LOCAL_VERSION], [], [LOCAL_PACKAGE_TARNAME])