Branch oldpackages for 14.07
[14.07/packages.git] / libs / tiff / patches / 001-autoconf-compat.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -25,7 +25,7 @@
4  
5  docdir = $(LIBTIFF_DOCDIR)
6  
7 -AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
8 +AUTOMAKE_OPTIONS = dist-zip foreign
9  ACLOCAL_AMFLAGS = -I m4
10  
11  docfiles = \
12 @@ -48,7 +48,7 @@ EXTRA_DIST = \
13  
14  dist_doc_DATA = $(docfiles)
15  
16 -SUBDIRS = port libtiff tools build contrib test man html
17 +SUBDIRS = port libtiff tools build contrib
18  
19  release:
20         (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
21 --- a/test/Makefile.am
22 +++ b/test/Makefile.am
23 @@ -23,7 +23,7 @@
24  
25  # Process this file with automake to produce Makefile.in.
26  
27 -AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
28 +AUTOMAKE_OPTIONS = color-tests parallel-tests foreign
29  
30  LIBTIFF = $(top_builddir)/libtiff/libtiff.la
31