summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-08-19 21:02:19 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-08-19 21:02:19 +0000
commit5d742622e6b4bd46dd7d31d66011a546c99c79c1 (patch)
tree936bbb11d53d3b59c252dda6dcfd6fc755f30c83 /bootstrap.sh
parent1ee2001d03b83384f073ff744fb23be653a67c5b (diff)
downloadthrift-5d742622e6b4bd46dd7d31d66011a546c99c79c1.tar.gz
THRIFT-858. build: Have bootstrap.sh check for a suitable autoconf version before running
A slightly better version of the same functionality as contributed by David Reiss. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@987312 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0b2b1bcd6..74ecdb8d1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -19,13 +19,6 @@
# under the License.
#
-have_ac_version=`autoconf --version | head -1 | cut -d' ' -f4`
-desired_ac_version=2.65
-if [ `expr $have_ac_version \>= $desired_ac_version` -eq "0" ]; then
- echo "Must have autoconf $desired_ac_version of higher."
- exit 1
-fi
-
./cleanup.sh
autoscan || exit 1