Author: nslater
Date: Mon Mar 23 17:21:04 2009
New Revision: 757458

URL: http://svn.apache.org/viewvc?rev=757458&view=rev
Log:
removed config.* files from the build

Removed:
    couchdb/trunk/build-aux/config.guess.gz
    couchdb/trunk/build-aux/config.sub.gz
Modified:
    couchdb/trunk/bootstrap

Modified: couchdb/trunk/bootstrap
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/bootstrap?rev=757458&r1=757457&r2=757458&view=diff
==============================================================================
--- couchdb/trunk/bootstrap (original)
+++ couchdb/trunk/bootstrap Mon Mar 23 17:21:04 2009
@@ -38,8 +38,6 @@
     sed "s/%release%/$REVISION/" < acinclude.m4.in > acinclude.m4
 fi
 
-gunzip -c build-aux/config.guess.gz > build-aux/config.guess
-gunzip -c build-aux/config.sub.gz > build-aux/config.sub
 gunzip -c m4/ac_check_icu.m4.gz > m4/ac_check_icu.m4
 gunzip -c m4/ac_check_curl.m4.gz > m4/ac_check_curl.m4
 


Reply via email to