Merge pull request #2126 from lynxis/libmicrohttpd
[feed/packages.git] / libs / tiff / patches / 001-autoconf-compat.patch
1 diff -rupN tiff-4.0.6/Makefile.am tiff-new/Makefile.am
2 --- tiff-4.0.6/Makefile.am 2015-09-06 21:30:46.179705536 +0200
3 +++ tiff-new/Makefile.am 2016-04-05 14:26:09.539194844 +0200
4 @@ -25,7 +25,7 @@
5
6 docdir = $(LIBTIFF_DOCDIR)
7
8 -AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
9 +AUTOMAKE_OPTIONS = dist-zip foreign
10 ACLOCAL_AMFLAGS = -I m4
11
12 docfiles = \
13 @@ -61,7 +61,7 @@ distcheck-hook:
14 rm -rf $(distdir)/_build/cmake
15 rm -rf $(distdir)/_inst/cmake
16
17 -SUBDIRS = port libtiff tools build contrib test man html
18 +SUBDIRS = port libtiff tools build contrib
19
20 release:
21 (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
22 diff -rupN tiff-4.0.6/test/Makefile.am tiff-new/test/Makefile.am
23 --- tiff-4.0.6/test/Makefile.am 2015-09-01 04:41:07.598381354 +0200
24 +++ tiff-new/test/Makefile.am 2016-04-05 14:26:39.763453075 +0200
25 @@ -23,7 +23,7 @@
26
27 # Process this file with automake to produce Makefile.in.
28
29 -AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
30 +AUTOMAKE_OPTIONS = color-tests parallel-tests foreign
31
32 LIBTIFF = $(top_builddir)/libtiff/libtiff.la
33