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
# 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
# under the License.
#
-AC_PREREQ(2.59)
+AC_PREREQ(2.65)
AC_INIT([thrift], [0.5.0-dev])