make tiff work on older automistake

This commit is contained in:
Anthony Minessale 2012-09-04 11:01:36 -05:00 committed by Ken Rice
parent 55dc6eb492
commit 511df4bf2e
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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