From: Steve Underwood Date: Mon, 3 Sep 2012 05:10:52 +0000 (+0800) Subject: Changed tiff-4.0.2 to demand autoconf 2.63 or later (which is common) rather X-Git-Tag: v1.2.3^2~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1790a8a97a707937080118152d1e6a78a577cca9;p=thirdparty%2Ffreeswitch.git Changed tiff-4.0.2 to demand autoconf 2.63 or later (which is common) rather than 2.64 (which is currently a lot less common). This change seems to have no negative effect, but allows builds to succeed on things like Centos. --- diff --git a/libs/tiff-4.0.2/configure.ac b/libs/tiff-4.0.2/configure.ac index 4131f1fd66..5d13f32e05 100644 --- a/libs/tiff-4.0.2/configure.ac +++ b/libs/tiff-4.0.2/configure.ac @@ -24,7 +24,7 @@ dnl OF THIS SOFTWARE. dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.64) +AC_PREREQ(2.63) AC_INIT([LibTIFF Software],[4.0.2],[tiff@lists.maptools.org],[tiff]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(m4)