diff options
author | Noah Slater <nslater@apache.org> | 2009-03-23 17:21:04 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-23 17:21:04 +0000 |
commit | 9107dba784816a00a08b81bff495bade142a7b7e (patch) | |
tree | cc536ee3794b3b12a5b4ece775431906122def00 /bootstrap | |
parent | b3cb797c1d4fd66ad52c558d75211951af448434 (diff) |
removed config.* files from the build
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -38,8 +38,6 @@ else 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 |