make tiff work on older automistake
This commit is contained in:
parent
55dc6eb492
commit
511df4bf2e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue