blob: 96233b46c94ad4393969f1a438a0b17847a79d1a [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 5b893206e0a0d529ba2d0caf58cfffc03bccb598 Mon Sep 17 00:00:00 2001
2From: Marcin Juszkiewicz <hrw@openedhand.com>
3Date: Sat, 14 Jun 2008 13:42:22 +0000
4Subject: [PATCH] tiff: make it work after libtool upgrade
5
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006Upstream-Status: Inappropriate [configuration]
7
8---
Brad Bishop19323692019-04-05 15:28:33 -04009 configure.ac | 2 +-
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010 1 file changed, 1 insertion(+), 1 deletion(-)
11
Brad Bishop19323692019-04-05 15:28:33 -040012diff --git a/configure.ac b/configure.ac
13index c7b02e2..ae1c964 100644
14--- a/configure.ac
15+++ b/configure.ac
16@@ -27,7 +27,7 @@ dnl Process this file with autoconf to produce a configure script.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017 AC_PREREQ(2.64)
Brad Bishop19323692019-04-05 15:28:33 -040018 AC_INIT([LibTIFF Software],[4.0.10],[tiff@lists.maptools.org],[tiff])
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019 AC_CONFIG_AUX_DIR(config)
20-AC_CONFIG_MACRO_DIR(m4)
21+dnl AC_CONFIG_MACRO_DIR(m4)
22 AC_LANG(C)
23
24 dnl Compute the canonical host (run-time) system type variable