[fdo-commits] r2469 - trunk/Providers/GDAL

svn_fdo at osgeo.org svn_fdo at osgeo.org
Fri Feb 9 18:29:16 EST 2007


Author: gregboone
Date: 2007-02-09 18:29:15 -0500 (Fri, 09 Feb 2007)
New Revision: 2469

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:28:39 UTC (rev 2468)
+++ trunk/Providers/GDAL/configure	2007-02-09 23:29:15 UTC (rev 2469)
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for FDORASTER 3.3.0.
+# Generated by GNU Autoconf 2.59 for FDOGDAL 3.3.0.
 #
-# Report bugs to <https://www.fdoraster.osgeo.org>.
+# Report bugs to <http://fdo.osgeo.org>.
 #
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
@@ -421,11 +421,11 @@
 : ${ac_max_here_lines=38}
 
 # Identity of this package.
-PACKAGE_NAME='FDORASTER'
-PACKAGE_TARNAME='fdoraster'
+PACKAGE_NAME='FDOGDAL'
+PACKAGE_TARNAME='fdogdal'
 PACKAGE_VERSION='3.3.0'
-PACKAGE_STRING='FDORASTER 3.3.0'
-PACKAGE_BUGREPORT='https://www.fdoraster.osgeo.org'
+PACKAGE_STRING='FDOGDAL 3.3.0'
+PACKAGE_BUGREPORT='http://fdo.osgeo.org'
 
 ac_unique_file="configure.in"
 ac_default_prefix=/usr/local/fdo-3.2.0
@@ -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.3.0 to adapt to many kinds of systems.
+\`configure' configures FDOGDAL 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.3.0:";;
+     short | recursive ) echo "Configuration of FDOGDAL 3.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1071,7 +1071,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 <https://www.fdoraster.osgeo.org>.
+Report bugs to <http://fdo.osgeo.org>.
 _ACEOF
 fi
 
@@ -1167,7 +1167,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-FDORASTER configure 3.3.0
+FDOGDAL 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.3.0, which was
+It was created by FDOGDAL $as_me 3.3.0, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1824,7 +1824,7 @@
 
 
 # Define the identity of the package.
- PACKAGE='fdoraster'
+ PACKAGE='fdogdal'
  VERSION='3.3.0'
 
 
@@ -4977,9 +4977,9 @@
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     (
       cat <<\_ASBOX
-## ---------------------------------------------- ##
-## Report this to https://www.fdoraster.osgeo.org ##
-## ---------------------------------------------- ##
+## ----------------------------------- ##
+## Report this to http://fdo.osgeo.org ##
+## ----------------------------------- ##
 _ASBOX
     ) |
       sed "s/^/$as_me: WARNING:     /" >&2
@@ -19206,7 +19206,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by FDORASTER $as_me 3.3.0, which was
+This file was extended by FDOGDAL $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.3.0
+FDOGDAL 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:28:39 UTC (rev 2468)
+++ trunk/Providers/GDAL/configure.in	2007-02-09 23:29:15 UTC (rev 2469)
@@ -21,7 +21,7 @@
 # Variables
 # Following are the makefile directories 
 #----------------------------------------------------------------------
-AC_INIT(FDORASTER,3.3.0,https://www.fdoraster.osgeo.org)
+AC_INIT(FDOGDAL,3.3.0,http://fdo.osgeo.org)
 AC_CONFIG_SRCDIR(configure.in)
 AM_INIT_AUTOMAKE
 



More information about the fdo-commits mailing list