summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-16 11:41:29 +0000
committerNoah Slater <nslater@apache.org>2009-03-16 11:41:29 +0000
commit4bf7b4e911e2629720b982b4c1a3eb4d964b25b3 (patch)
treecf006ef6c5f4ca97738079bbf107db0e9d756600 /bootstrap
parentfd863b898f4b550d0d7c324a7e9b9b9c473b6091 (diff)
suppressed stupid libtoolize warnings
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@754878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index ea10b0ad..40b32586 100755
--- a/bootstrap
+++ b/bootstrap
@@ -44,9 +44,9 @@ 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
if test -x "`which glibtoolize || true`"; then
- glibtoolize -f -c
+ glibtoolize -f -c --automake
else
- libtoolize -f -c
+ libtoolize -f -c --automake
fi
aclocal -I m4