001-autoconf-compat.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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. docdir = $(LIBTIFF_DOCDIR)
  6. -AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
  7. +AUTOMAKE_OPTIONS = dist-zip foreign
  8. ACLOCAL_AMFLAGS = -I m4
  9. docfiles = \
  10. @@ -61,7 +61,7 @@ distcheck-hook:
  11. rm -rf $(distdir)/_build/cmake
  12. rm -rf $(distdir)/_inst/cmake
  13. -SUBDIRS = port libtiff tools build contrib test man html
  14. +SUBDIRS = port libtiff tools build contrib
  15. release:
  16. (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
  17. diff -rupN tiff-4.0.6/test/Makefile.am tiff-new/test/Makefile.am
  18. --- tiff-4.0.6/test/Makefile.am 2015-09-01 04:41:07.598381354 +0200
  19. +++ tiff-new/test/Makefile.am 2016-04-05 14:26:39.763453075 +0200
  20. @@ -23,7 +23,7 @@
  21. # Process this file with automake to produce Makefile.in.
  22. -AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
  23. +AUTOMAKE_OPTIONS = color-tests parallel-tests foreign
  24. LIBTIFF = $(top_builddir)/libtiff/libtiff.la