[fdo-commits] r104 - branches/3.2.x/Providers/WFS
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Fri Feb 9 18:48:26 EST 2007
Author: jacklee
Date: 2007-02-09 18:48:26 -0500 (Fri, 09 Feb 2007)
New Revision: 104
Modified:
branches/3.2.x/Providers/WFS/configure
branches/3.2.x/Providers/WFS/configure.in
Log:
Change version to 3.2.2
Modified: branches/3.2.x/Providers/WFS/configure
===================================================================
--- branches/3.2.x/Providers/WFS/configure 2007-02-08 16:43:50 UTC (rev 103)
+++ branches/3.2.x/Providers/WFS/configure 2007-02-09 23:48:26 UTC (rev 104)
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for FDOWFS 3.2.0.
+# Generated by GNU Autoconf 2.57 for FDOWFS 3.2.2.
#
-# Report bugs to <http://www.fdo.osgeo.org>.
+# Report bugs to <http://fdo.osgeo.org>.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@@ -427,9 +427,9 @@
# Identity of this package.
PACKAGE_NAME='FDOWFS'
PACKAGE_TARNAME='fdowfs'
-PACKAGE_VERSION='3.2.0'
-PACKAGE_STRING='FDOWFS 3.2.0'
-PACKAGE_BUGREPORT='http://www.fdo.osgeo.org'
+PACKAGE_VERSION='3.2.2'
+PACKAGE_STRING='FDOWFS 3.2.2'
+PACKAGE_BUGREPORT='http://fdo.osgeo.org'
ac_unique_file="configure.in"
ac_default_prefix=/usr/local/fdo-3.2.0
@@ -947,7 +947,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 FDOWFS 3.2.0 to adapt to many kinds of systems.
+\`configure' configures FDOWFS 3.2.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1013,7 +1013,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FDOWFS 3.2.0:";;
+ short | recursive ) echo "Configuration of FDOWFS 3.2.2:";;
esac
cat <<\_ACEOF
@@ -1055,7 +1055,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <http://www.fdo.osgeo.org>.
+Report bugs to <http://fdo.osgeo.org>.
_ACEOF
fi
@@ -1118,7 +1118,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-FDOWFS configure 3.2.0
+FDOWFS configure 3.2.2
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -1133,7 +1133,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by FDOWFS $as_me 3.2.0, which was
+It was created by FDOWFS $as_me 3.2.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1724,7 +1724,7 @@
# Define the identity of the package.
PACKAGE=fdowfs
- VERSION=3.2.0
+ VERSION=3.2.2
cat >>confdefs.h <<_ACEOF
@@ -8217,7 +8217,7 @@
-VERSION="3.2.0"
+VERSION="3.2.2"
# custom Fdo path specification
@@ -8753,7 +8753,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by FDOWFS $as_me 3.2.0, which was
+This file was extended by FDOWFS $as_me 3.2.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8811,7 +8811,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-FDOWFS config.status 3.2.0
+FDOWFS config.status 3.2.2
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Modified: branches/3.2.x/Providers/WFS/configure.in
===================================================================
--- branches/3.2.x/Providers/WFS/configure.in 2007-02-08 16:43:50 UTC (rev 103)
+++ branches/3.2.x/Providers/WFS/configure.in 2007-02-09 23:48:26 UTC (rev 104)
@@ -21,7 +21,7 @@
# Variables
# Following are the makefile directories
#----------------------------------------------------------------------
-AC_INIT(FDOWFS,3.2.0,http://www.fdo.osgeo.org)
+AC_INIT(FDOWFS,3.2.2,http://fdo.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.2.2")
dnl *******************************************************
-dnl FDO 3.2.0 Configuration
+dnl FDO 3.2.2 Configuration
dnl FDO / FDO Utilities / FDO Thirdpary paths
dnl *******************************************************
# custom Fdo path specification
More information about the fdo-commits
mailing list