removed exit status checking for autoconf in bootstrap.sh -- new changes break builds
authormvaradachari <dev-null@apache.org>
Tue, 1 Jan 2008 04:51:24 +0000 (04:51 +0000)
committermvaradachari <dev-null@apache.org>
Tue, 1 Jan 2008 04:51:24 +0000 (04:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665410 13f79535-47bb-0310-9956-ffa450edef68

bootstrap.sh

index 0a548ea..3f4602c 100755 (executable)
@@ -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