]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make tiff work on older automistake
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Sep 2012 16:01:36 +0000 (11:01 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Sep 2012 16:01:36 +0000 (11:01 -0500)
Makefile.am
libs/tiff-4.0.2/test/Makefile.am

index b3c6c84bd68d3a6c5d9a15803a11ece3ea721854..413fe49bfcd5c87e29d133da3e7144ed63167669 100644 (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
index e7d45482e61083971667610ccec0c5e71f90eac2..4a1dea4411e29c37c1e517bc7aa2b20011a71979 100644 (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.
 
 LIBTIFF = $(top_builddir)/libtiff/libtiff.la