You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2010/04/30 15:13:44 UTC

svn commit: r939657 - in /couchdb/trunk: THANKS configure.ac

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 <ra...@gmail.com>
  * Joscha Feth <jo...@feth.com>
  * Jarrod Roberson <ja...@vertigrated.com>
+ * Jae Kwon <jk...@gmail.com>
 
 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])