diff options
author | Noah Slater <nslater@apache.org> | 2009-03-16 11:41:29 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-16 11:41:29 +0000 |
commit | 4bf7b4e911e2629720b982b4c1a3eb4d964b25b3 (patch) | |
tree | cf006ef6c5f4ca97738079bbf107db0e9d756600 /bootstrap | |
parent | fd863b898f4b550d0d7c324a7e9b9b9c473b6091 (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-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |