Skip to content

Commit

Permalink
Add m4 helper file.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.apache.org/repos/asf/incubator/couchdb/trunk@707867 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jan committed Oct 25, 2008
1 parent 0c8b131 commit 777d25c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap
Expand Up @@ -21,6 +21,7 @@ ACINCLUDE_FILE="acinclude.m4"
ACINCLUDE_IN_FILE="acinclude.m4.in"
ACINCLUDE_TMP_FILE="acinclude.m4.tmp"
AC_CHECK_ICU_COMPRESSED_FILE="build-contrib/ac_check_icu.m4_2008-06-07.gz"
AC_CHECK_CURL_COMPRESSED_FILE="build-contrib/ac_check_curl.m4_2008-04-12.gz"
AUTHORS_FILE="authors.xml"
BUILD_AUX_DIRECTORY="build-aux"
CONFIG_GUESS_COMPRESSED_FILE="build-contrib/config.guess_2008-06-07.gz"
Expand All @@ -29,6 +30,7 @@ CONFIG_SUB_COMPRESSED_FILE="build-contrib/config.sub_2008-06-07.gz"
CONFIG_SUB_FILE="build-aux/config.sub"
M4_DIRECTORY="m4"
M4_AC_CHECK_ICU_FILE="m4/ac_check_icu.m4"
M4_AC_CHECK_CURL_FILE="m4/ac_check_curl.m4"
REPOSITORY_URI="http://svn.apache.org/repos/asf/incubator/couchdb/trunk"

basename=`basename $0`
Expand Down Expand Up @@ -122,6 +124,9 @@ process_file_collection () {
echo "Installing \`"$M4_AC_CHECK_ICU_FILE"'"
gzip --decompress --stdout \
$AC_CHECK_ICU_COMPRESSED_FILE > $M4_AC_CHECK_ICU_FILE
echo "Installing \`"$M4_AC_CHECK_CURL_FILE"'"
gzip --decompress --stdout \
$AC_CHECK_CURL_COMPRESSED_FILE > $M4_AC_CHECK_CURL_FILE
}

run_aclocal () {
Expand Down
Binary file added build-contrib/ac_check_curl.m4_2008-04-12.gz
Binary file not shown.

0 comments on commit 777d25c

Please sign in to comment.