From 511df4bf2ee22b43693af78f85e5959060e65ed5 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 4 Sep 2012 11:01:36 -0500 Subject: [PATCH] make tiff work on older automistake --- Makefile.am | 3 +-- libs/tiff-4.0.2/test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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