prepare for 4.0.0beta2

This commit is contained in:
Frank Warmerdam 2008-05-24 02:54:13 +00:00
parent 6302edc888
commit 75430ed547
2 changed files with 13 additions and 13 deletions

22
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for LibTIFF Software 4.0.0beta1.
# Generated by GNU Autoconf 2.61 for LibTIFF Software 4.0.0beta2.
#
# Report bugs to <tiff@lists.maptools.org>.
#
@ -723,8 +723,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='LibTIFF Software'
PACKAGE_TARNAME='tiff'
PACKAGE_VERSION='4.0.0beta1'
PACKAGE_STRING='LibTIFF Software 4.0.0beta1'
PACKAGE_VERSION='4.0.0beta2'
PACKAGE_STRING='LibTIFF Software 4.0.0beta2'
PACKAGE_BUGREPORT='tiff@lists.maptools.org'
# Factoring default headers for most tests.
@ -1431,7 +1431,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures LibTIFF Software 4.0.0beta1 to adapt to many kinds of systems.
\`configure' configures LibTIFF Software 4.0.0beta2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1506,7 +1506,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of LibTIFF Software 4.0.0beta1:";;
short | recursive ) echo "Configuration of LibTIFF Software 4.0.0beta2:";;
esac
cat <<\_ACEOF
@ -1659,7 +1659,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
LibTIFF Software configure 4.0.0beta1
LibTIFF Software configure 4.0.0beta2
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1673,7 +1673,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by LibTIFF Software $as_me 4.0.0beta1, which was
It was created by LibTIFF Software $as_me 4.0.0beta2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -2498,7 +2498,7 @@ fi
# Define the identity of the package.
PACKAGE='tiff'
VERSION='4.0.0beta1'
VERSION='4.0.0beta2'
cat >>confdefs.h <<_ACEOF
@ -2670,7 +2670,7 @@ fi
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=0
LIBTIFF_ALPHA_VERSION=beta1
LIBTIFF_ALPHA_VERSION=beta2
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
@ -25721,7 +25721,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by LibTIFF Software $as_me 4.0.0beta1, which was
This file was extended by LibTIFF Software $as_me 4.0.0beta2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -25774,7 +25774,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
LibTIFF Software config.status 4.0.0beta1
LibTIFF Software config.status 4.0.0beta2
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -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], 4.0.0beta1, [tiff@lists.maptools.org], tiff)
AC_INIT([LibTIFF Software], 4.0.0beta2, [tiff@lists.maptools.org], tiff)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@ -42,7 +42,7 @@ dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=0
LIBTIFF_ALPHA_VERSION=beta1
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"`