summaryrefslogtreecommitdiff
path: root/tiff/contrib/tags/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-01-15 12:26:22 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-01-15 12:50:33 +0000
commit4e956a2ee5137812007a7862a6eb8fddd9b709d2 (patch)
treec44015b333d179dae1db50775db196c6f364331f /tiff/contrib/tags/Makefile.in
parent35035761ffe178284c4ef9fc2ef75a4843e64a63 (diff)
downloadghostpdl-4e956a2ee5137812007a7862a6eb8fddd9b709d2.tar.gz
Update libtiff to 4.2.0
And then re-apply: ef66198ade77d5d551b3045cd36bed81c0b04f54 Changes to libtiff for gpdl. 1) Ensure that libtiff doesn't mess with 'boolean' in GS builds on Windows. Without this, the jpeg structures used by our JPEG lib build are different in size when called from gs and libtiff, resulting in runtime errors. 2) Update libtiff so that it can correctly call into the jpeg library so that memory operations happen from our pools, not malloc/free. Slightly horrid in that this is more complex with OJPEG than JPEG files.
Diffstat (limited to 'tiff/contrib/tags/Makefile.in')
-rw-r--r--tiff/contrib/tags/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tiff/contrib/tags/Makefile.in b/tiff/contrib/tags/Makefile.in
index 0b53ed76b..502d8f059 100644
--- a/tiff/contrib/tags/Makefile.in
+++ b/tiff/contrib/tags/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,