summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-09-01 19:23:16 +0000
committerbfriesen <bfriesen>2015-09-01 19:23:16 +0000
commitd5673ee0690b7036018ddcb22954dc618375b25e (patch)
tree3242f0768d8380c5f2688376d6415b7f1cb46f3b /port
parentabcdc9a92b8f5bfda4c8de03d63289451fd781db (diff)
downloadlibtiff-d5673ee0690b7036018ddcb22954dc618375b25e.tar.gz
* Makefile.am (distcheck-hook), configure.ac: Applied patches by
Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditional on if cmake is available.
Diffstat (limited to 'port')
-rw-r--r--port/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/port/Makefile.in b/port/Makefile.in
index c7cd118f..7c2971c2 100644
--- a/port/Makefile.in
+++ b/port/Makefile.in
@@ -211,6 +211,7 @@ AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+CMAKE = @CMAKE@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@