mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-14 04:54:49 +00:00
make tiff work on older automistake
This commit is contained in:
parent
55dc6eb492
commit
511df4bf2e
@ -619,8 +619,7 @@ sndfile-reconf:
|
|||||||
tiff-reconf:
|
tiff-reconf:
|
||||||
cd libs/tiff-4.0.2 && autoreconf -fi
|
cd libs/tiff-4.0.2 && autoreconf -fi
|
||||||
cd libs/tiff-4.0.2 && sh ./configure.gnu
|
cd libs/tiff-4.0.2 && sh ./configure.gnu
|
||||||
cd libs/spandsp && autoreconf -fi
|
cd libs/tiff-4.0.2 && make
|
||||||
cd libs/spandsp && sh ./configure.gnu
|
|
||||||
|
|
||||||
python-reconf:
|
python-reconf:
|
||||||
rm -f src/mod/languages/mod_python/Makefile
|
rm -f src/mod/languages/mod_python/Makefile
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
# Process this file with automake to produce Makefile.in.
|
# 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
|
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user