summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authormvaradachari <dev-null@apache.org>2008-01-01 04:51:24 +0000
committermvaradachari <dev-null@apache.org>2008-01-01 04:51:24 +0000
commitfbc911438de5b86f665b3e8b7d2499d52e37d357 (patch)
tree188bcc6b087751429cea23397f13cbf0604f8734 /bootstrap.sh
parent832b262acab7656ce5d5541f010c29f060580693 (diff)
downloadthrift-fbc911438de5b86f665b3e8b7d2499d52e37d357.tar.gz
removed exit status checking for autoconf in bootstrap.sh -- new changes break builds
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0a548eaa2..3f4602c08 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -14,7 +14,7 @@ elif glibtoolize --version 1 >/dev/null 2>/dev/null; then
glibtoolize --automake || exit 1
fi
-autoconf || exit 1
+autoconf
automake -ac --add-missing --foreign || exit 1
for subdir in ${subdirs}; do