[fdo-commits] r204 - branches/3.2.x/Providers/SDF
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Fri Feb 9 18:44:31 EST 2007
Author: jacklee
Date: 2007-02-09 18:44:31 -0500 (Fri, 09 Feb 2007)
New Revision: 204
Modified:
branches/3.2.x/Providers/SDF/configure
branches/3.2.x/Providers/SDF/configure.in
Log:
Change version to 3.2.2
Modified: branches/3.2.x/Providers/SDF/configure
===================================================================
--- branches/3.2.x/Providers/SDF/configure 2007-02-08 16:47:22 UTC (rev 203)
+++ branches/3.2.x/Providers/SDF/configure 2007-02-09 23:44:31 UTC (rev 204)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for FDOSDF 3.2.0.
+# Generated by GNU Autoconf 2.57 for FDOSDF 3.2.2.
#
# Report bugs to <http://www.fdo.osgeo.org>.
#
@@ -427,8 +427,8 @@
# Identity of this package.
PACKAGE_NAME='FDOSDF'
PACKAGE_TARNAME='fdosdf'
-PACKAGE_VERSION='3.2.0'
-PACKAGE_STRING='FDOSDF 3.2.0'
+PACKAGE_VERSION='3.2.2'
+PACKAGE_STRING='FDOSDF 3.2.2'
PACKAGE_BUGREPORT='http://www.fdo.osgeo.org'
ac_unique_file="configure.in"
@@ -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 FDOSDF 3.2.0 to adapt to many kinds of systems.
+\`configure' configures FDOSDF 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 FDOSDF 3.2.0:";;
+ short | recursive ) echo "Configuration of FDOSDF 3.2.2:";;
esac
cat <<\_ACEOF
@@ -1118,7 +1118,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-FDOSDF configure 3.2.0
+FDOSDF 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 FDOSDF $as_me 3.2.0, which was
+It was created by FDOSDF $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=fdosdf
- 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
@@ -8347,10 +8347,14 @@
##output Makefiles##
ac_config_files="$ac_config_files Makefile"
- ac_config_files="$ac_config_files Src/Makefile Inc/Makefile Src/Message/Makefile Src/Utils/Makefile Src/Provider/Makefile Src/UnitTest/Makefile"
- ac_config_files="$ac_config_files Docs/Makefile Docs/doc_src/Makefile Docs/doc_src/group_and_page_definitions/Makefile Docs/doc_src/headers_and_footers/Makefile"
+ ac_config_files="$ac_config_files Inc/Makefile Src/Makefile Src/Message/Makefile Src/Utils/Makefile Src/Provider/Makefile Src/UnitTest/Makefile"
+
+
+ ac_config_files="$ac_config_files Docs/Makefile Docs/doc_src/Makefile Docs/doc_src/group_and_page_definitions/Makefile Docs/doc_src/headers_and_footers/Makefile"
+
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -8749,7 +8753,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by FDOSDF $as_me 3.2.0, which was
+This file was extended by FDOSDF $as_me 3.2.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8807,7 +8811,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-FDOSDF config.status 3.2.0
+FDOSDF 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/SDF/configure.in
===================================================================
--- branches/3.2.x/Providers/SDF/configure.in 2007-02-08 16:47:22 UTC (rev 203)
+++ branches/3.2.x/Providers/SDF/configure.in 2007-02-09 23:44:31 UTC (rev 204)
@@ -21,7 +21,7 @@
# Variables
# Following are the makefile directories
#----------------------------------------------------------------------
-AC_INIT(FDOSDF,3.2.0,http://www.fdo.osgeo.org)
+AC_INIT(FDOSDF,3.2.2,http://www.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