From 4bf7b4e911e2629720b982b4c1a3eb4d964b25b3 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 16 Mar 2009 11:41:29 +0000 Subject: suppressed stupid libtoolize warnings git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@754878 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') 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 -- cgit v1.2.3