From: Anthony Minessale Date: Tue, 4 Sep 2012 16:01:36 +0000 (-0500) Subject: make tiff work on older automistake X-Git-Tag: v1.2.3^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f98724c0fd5f898358c2523f24030539eef8b9;p=thirdparty%2Ffreeswitch.git make tiff work on older automistake --- diff --git a/Makefile.am b/Makefile.am index b3c6c84bd6..413fe49bfc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -619,8 +619,7 @@ sndfile-reconf: tiff-reconf: cd libs/tiff-4.0.2 && autoreconf -fi cd libs/tiff-4.0.2 && sh ./configure.gnu - cd libs/spandsp && autoreconf -fi - cd libs/spandsp && sh ./configure.gnu + cd libs/tiff-4.0.2 && make python-reconf: rm -f src/mod/languages/mod_python/Makefile diff --git a/libs/tiff-4.0.2/test/Makefile.am b/libs/tiff-4.0.2/test/Makefile.am index e7d45482e6..4a1dea4411 100644 --- a/libs/tiff-4.0.2/test/Makefile.am +++ b/libs/tiff-4.0.2/test/Makefile.am @@ -23,7 +23,7 @@ # Process this file with automake to produce Makefile.in. -AUTOMAKE_OPTIONS = 1.11 color-tests parallel-tests foreign +AUTOMAKE_OPTIONS = 1.7 LIBTIFF = $(top_builddir)/libtiff/libtiff.la