commit | fbc911438de5b86f665b3e8b7d2499d52e37d357 | [log] [tgz] |
---|---|---|
author | mvaradachari <dev-null@apache.org> | Tue Jan 01 04:51:24 2008 +0000 |
committer | mvaradachari <dev-null@apache.org> | Tue Jan 01 04:51:24 2008 +0000 |
tree | 188bcc6b087751429cea23397f13cbf0604f8734 | |
parent | 832b262acab7656ce5d5541f010c29f060580693 [diff] [blame] |
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
diff --git a/bootstrap.sh b/bootstrap.sh index 0a548ea..3f4602c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh
@@ -14,7 +14,7 @@ glibtoolize --automake || exit 1 fi -autoconf || exit 1 +autoconf automake -ac --add-missing --foreign || exit 1 for subdir in ${subdirs}; do