설명 없음

001-autoconf-compat.patch 776B

12345678910111213141516171819202122232425262728293031
  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. @@ -48,7 +48,7 @@ EXTRA_DIST = \
  10. dist_doc_DATA = $(docfiles)
  11. -SUBDIRS = port libtiff tools build contrib test man html
  12. +SUBDIRS = port libtiff tools build contrib
  13. release:
  14. (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
  15. --- a/test/Makefile.am
  16. +++ b/test/Makefile.am
  17. @@ -23,7 +23,7 @@
  18. # Process this file with automake to produce Makefile.in.
  19. -AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
  20. +AUTOMAKE_OPTIONS = color-tests parallel-tests foreign
  21. LIBTIFF = $(top_builddir)/libtiff/libtiff.la