From d5673ee0690b7036018ddcb22954dc618375b25e Mon Sep 17 00:00:00 2001 From: bfriesen Date: Tue, 1 Sep 2015 19:23:16 +0000 Subject: * 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. --- port/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'port') 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@ -- cgit v1.2.1