diff options
author | Noah Slater <nslater@apache.org> | 2008-04-14 23:56:08 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-04-14 23:56:08 +0000 |
commit | 4c6263150674c231239b4e1aeee804a3c5974c9a (patch) | |
tree | 243fa04a45897135ae17d1eea1e29b772a1c06a4 /bootstrap | |
parent | 42d8ef240e116d096b237be325800b64902e8fb1 (diff) | |
download | couchdb-4c6263150674c231239b4e1aeee804a3c5974c9a.tar.gz |
added proper LICENCE file
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -29,8 +29,6 @@ CONFIG_GUESS_COMPRESSED_FILE="build-contrib/config.guess_2007-09-12.gz" CONFIG_GUESS_FILE="build-aux/config.guess" CONFIG_SUB_COMPRESSED_FILE="build-contrib/config.sub_2007-09-12.gz" CONFIG_SUB_FILE="build-aux/config.sub" -LICENCE_FILE="LICENCE" -LICENSE_COMPRESSED_FILE="build-contrib/apache_2.txt.gz" M4_DIRECTORY="m4" M4_AC_CHECK_ICU_FILE="m4/ac_check_icu.m4" REPOSITORY_URI="http://svn.apache.org/repos/asf/incubator/couchdb/trunk" @@ -192,8 +190,6 @@ generate_acinclude () { process_file_collection () { # Process files required to complete the bootstrap. - echo "Installing \`"$LICENCE_FILE"'" - gzip --decompress --stdout $LICENSE_COMPRESSED_FILE > $LICENCE_FILE echo "Installing \`"$BUILD_AUX_DIRECTORY"'" mkdir -p $BUILD_AUX_DIRECTORY echo "Installing \`"$CONFIG_GUESS_FILE"'" |