summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-06-07 09:04:19 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-06-07 09:04:19 +0000
commit10413ec127170b13828dc8951416824fec57c336 (patch)
treeaa4b790035a885cac8c9f16461dc84091dcf1e7e /configure.ac
parentab0ace8d8a4ff5a482c5efcd10b83ffdc4721a5c (diff)
downloadlibtiff-git-10413ec127170b13828dc8951416824fec57c336.tar.gz
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 26c4c7c6..78dadbbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([LibTIFF Software], 3.7.0alpha, [tiff@remotesensing.org], tiff)
+AC_LANG(C)
dnl Compute the canonical target-system type variable
AC_CANONICAL_TARGET
@@ -33,8 +34,6 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
dnl Do not rebuild generated files every time
AM_MAINTAINER_MODE
-AC_CONFIG_SRCDIR(libtiff/config.h.in)
-AM_CONFIG_HEADER(libtiff/config.h)
dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
@@ -392,6 +391,9 @@ fi
dnl ---------------------------------------------------------------------------
+AC_CONFIG_SRCDIR(libtiff/config.h.in)
+AM_CONFIG_HEADER(libtiff/config.h)
+
AC_CONFIG_FILES([Makefile \
contrib/Makefile \
contrib/acorn/Makefile \