You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
811 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -25,7 +25,7 @@
  4. docdir = $(LIBTIFF_DOCDIR)
  5. -AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
  6. +AUTOMAKE_OPTIONS = dist-zip foreign
  7. ACLOCAL_AMFLAGS = -I m4
  8. docfiles = \
  9. @@ -60,7 +60,7 @@ distcheck-hook:
  10. rm -rf $(distdir)/_build/cmake
  11. rm -rf $(distdir)/_inst/cmake
  12. -SUBDIRS = port libtiff tools build contrib test man html
  13. +SUBDIRS = port libtiff tools build contrib
  14. release:
  15. (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
  16. --- a/test/Makefile.am
  17. +++ b/test/Makefile.am
  18. @@ -23,7 +23,7 @@
  19. # Process this file with automake to produce Makefile.in.
  20. -AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
  21. +AUTOMAKE_OPTIONS = color-tests parallel-tests foreign
  22. LIBTIFF = $(top_builddir)/libtiff/libtiff.la