summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-10-02 13:54:50 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-10-02 13:54:50 +0000
commit9f33c698e0122e80e73e94950c09c519eeec97f7 (patch)
treefe0abd83a4dc62a6b75636d40b6708fa0d6c12e0 /configure.ac
parent99f69f2ea1942229789c8007d27991601352ffe6 (diff)
downloadlibtiff-git-9f33c698e0122e80e73e94950c09c519eeec97f7.tar.gz
libtiff 3.7.0beta2 released.v3.7.0beta2Release-v3-7-0beta2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 2111eedb..477ef9af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([LibTIFF Software], 3.7.0beta, [tiff@remotesensing.org], tiff)
+AC_INIT([LibTIFF Software], 3.7.0beta2, [tiff@remotesensing.org], tiff)
AC_LANG(C)
dnl Compute the canonical target-system type variable
@@ -41,7 +41,7 @@ dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=3
LIBTIFF_MINOR_VERSION=7
LIBTIFF_MICRO_VERSION=0
-LIBTIFF_ALPHA_VERSION=beta
+LIBTIFF_ALPHA_VERSION=beta2
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
dnl This will be used with the 'make release' target
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
@@ -76,7 +76,7 @@ case "$target_os" in
esac
dnl Checks for header files.
-AC_CHECK_HEADERS([fcntl.h limits.h malloc.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([assert.h fcntl.h limits.h malloc.h sys/time.h unistd.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST