summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-09-01 19:23:16 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-09-01 19:23:16 +0000
commita9afad2a9fa858ba0d5be64e66d5db61491ece63 (patch)
tree8f2e36ef8e09b0aafb22aef098e7fd3e17bb3ee0 /test
parente762ba3de9e64afa8ab83f23601901a9f2a3eee5 (diff)
downloadlibtiff-git-a9afad2a9fa858ba0d5be64e66d5db61491ece63.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 'test')
-rw-r--r--test/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 0b2cf1d6..29b008a1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -494,6 +494,7 @@ AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+CMAKE = @CMAKE@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@