From fbc911438de5b86f665b3e8b7d2499d52e37d357 Mon Sep 17 00:00:00 2001 From: mvaradachari Date: Tue, 1 Jan 2008 04:51:24 +0000 Subject: [PATCH] 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 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0a548eaa..3f4602c0 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 -- 2.17.1