summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-09-01 15:38:01 +0000
committerbfriesen <bfriesen>2015-09-01 15:38:01 +0000
commitabcdc9a92b8f5bfda4c8de03d63289451fd781db (patch)
treed5657e829ca361b3c38f4bad37b54774c12efd03 /configure.ac
parent678df49cb6d54f8ec0d36559698f48d6a15332e9 (diff)
downloadlibtiff-abcdc9a92b8f5bfda4c8de03d63289451fd781db.tar.gz
* CMakeLists.txt, Makefile.am, configure.ac: Applied patches by
Roger Leigh (via tiff mailing list on 2015-09-01). CMake build is now included in 'distcheck' target. Builds with CMake 2.8.9 and newer. Tar is now resquested to use POSIX PAX format.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d8da5d3d..f9785227 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_LANG(C)
dnl Compute the canonical host (run-time) system type variable
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(tar-pax)
dnl Do not rebuild generated files every time
AM_MAINTAINER_MODE