summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f9785227..c195bd8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,8 +109,11 @@ AM_PROG_CC_C_O
dnl We want warnings. As many warnings as possible.
VL_PROG_CC_WARNINGS()
+dnl Checks for programs
AC_PROG_INSTALL
AC_PROG_LN_S
+# Used only for validating the source distribution during distcheck
+AC_PATH_PROG(CMAKE, cmake)
# Check if LD supports linker scripts, and define automake conditional