[fdo-commits] r2460 - trunk/Providers/GDAL
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Fri Feb 9 18:08:36 EST 2007
Author: gregboone
Date: 2007-02-09 18:08:35 -0500 (Fri, 09 Feb 2007)
New Revision: 2460
Modified:
trunk/Providers/GDAL/configure
trunk/Providers/GDAL/configure.in
Log:
Update FDO 3.3 build scripts
Modified: trunk/Providers/GDAL/configure
===================================================================
--- trunk/Providers/GDAL/configure 2007-02-09 23:08:13 UTC (rev 2459)
+++ trunk/Providers/GDAL/configure 2007-02-09 23:08:35 UTC (rev 2460)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for FDORASTER 3.2.0.
+# Generated by GNU Autoconf 2.59 for FDORASTER 3.3.0.
#
# Report bugs to <https://www.fdoraster.osgeo.org>.
#
@@ -423,8 +423,8 @@
# Identity of this package.
PACKAGE_NAME='FDORASTER'
PACKAGE_TARNAME='fdoraster'
-PACKAGE_VERSION='3.2.0'
-PACKAGE_STRING='FDORASTER 3.2.0'
+PACKAGE_VERSION='3.3.0'
+PACKAGE_STRING='FDORASTER 3.3.0'
PACKAGE_BUGREPORT='https://www.fdoraster.osgeo.org'
ac_unique_file="configure.in"
@@ -955,7 +955,7 @@
# 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 FDORASTER 3.2.0 to adapt to many kinds of systems.
+\`configure' configures FDORASTER 3.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1021,7 +1021,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FDORASTER 3.2.0:";;
+ short | recursive ) echo "Configuration of FDORASTER 3.3.0:";;
esac
cat <<\_ACEOF
@@ -1167,7 +1167,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-FDORASTER configure 3.2.0
+FDORASTER configure 3.3.0
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1181,7 +1181,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FDORASTER $as_me 3.2.0, which was
+It was created by FDORASTER $as_me 3.3.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1825,7 +1825,7 @@
# Define the identity of the package.
PACKAGE='fdoraster'
- VERSION='3.2.0'
+ VERSION='3.3.0'
cat >>confdefs.h <<_ACEOF
@@ -18660,7 +18660,7 @@
-VERSION="3.2.0"
+VERSION="3.3.0"
# custom Fdo path specification
@@ -19206,7 +19206,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by FDORASTER $as_me 3.2.0, which was
+This file was extended by FDORASTER $as_me 3.3.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19264,7 +19264,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-FDORASTER config.status 3.2.0
+FDORASTER config.status 3.3.0
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/Providers/GDAL/configure.in
===================================================================
--- trunk/Providers/GDAL/configure.in 2007-02-09 23:08:13 UTC (rev 2459)
+++ trunk/Providers/GDAL/configure.in 2007-02-09 23:08:35 UTC (rev 2460)
@@ -21,7 +21,7 @@
# Variables
# Following are the makefile directories
#----------------------------------------------------------------------
-AC_INIT(FDORASTER,3.2.0,https://www.fdoraster.osgeo.org)
+AC_INIT(FDORASTER,3.3.0,https://www.fdoraster.osgeo.org)
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE
@@ -35,10 +35,10 @@
AC_DISABLE_STATIC
AM_PROG_LIBTOOL
-AC_SUBST(VERSION, "3.2.0")
+AC_SUBST(VERSION, "3.3.0")
dnl *******************************************************
-dnl FDO 3.2.0 Configuration
+dnl FDO 3.3.0 Configuration
dnl FDO / FDO Utilities / FDO Thirdpary paths
dnl *******************************************************
# custom Fdo path specification
More information about the fdo-commits
mailing list