From f4a53f17dc8731baa0efb798aac3f43e736b59ab Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 14 Dec 2011 13:31:07 +0000 Subject: [PATCH] Drop topology specific versioning git-svn-id: http://svn.osgeo.org/postgis/trunk@8406 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 12 +----------- topology/Version.config | 8 -------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 topology/Version.config diff --git a/configure.ac b/configure.ac index 5c984f458..5220c1166 100644 --- a/configure.ac +++ b/configure.ac @@ -775,16 +775,6 @@ if test "x$TOPOLOGY" = "xtopology"; then AC_MSG_RESULT([TOPOLOGY: Topology support requested]) fi -dnl -dnl Topology Version Information imported from topology/Version.config -dnl -POSTGIS_TOPOLOGY_MAJOR_VERSION=`cat topology/Version.config | grep POSTGIS_TOPOLOGY_MAJOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'` -POSTGIS_TOPOLOGY_MINOR_VERSION=`cat topology/Version.config | grep POSTGIS_TOPOLOGY_MINOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'` -POSTGIS_TOPOLOGY_MICRO_VERSION=`cat topology/Version.config | grep POSTGIS_TOPOLOGY_MICRO_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'` - -POSTGIS_TOPOLOGY_VERSION="$POSTGIS_TOPOLOGY_MAJOR_VERSION.$POSTGIS_TOPOLOGY_MINOR_VERSION.$POSTGIS_TOPOLOGY_MICRO_VERSION" - -AC_SUBST([POSTGIS_TOPOLOGY_VERSION]) AC_SUBST([TOPOLOGY]) @@ -995,7 +985,7 @@ if test "x$RASTER" = "xraster"; then AC_MSG_RESULT([ PostGIS Raster: ${POSTGIS_RASTER_LIB_VERSION}]) fi if test "x$TOPOLOGY" = "xtopology"; then - AC_MSG_RESULT([ PostGIS Topology: ${POSTGIS_TOPOLOGY_VERSION}]) + AC_MSG_RESULT([ PostGIS Topology]) fi fi AC_MSG_RESULT() diff --git a/topology/Version.config b/topology/Version.config deleted file mode 100644 index 24f116361..000000000 --- a/topology/Version.config +++ /dev/null @@ -1,8 +0,0 @@ -# Version numbering central repository, to be included from various -# places during the build process - -# See HOWTO_RELEASE file in SVN for definitions of those three. - -POSTGIS_TOPOLOGY_MAJOR_VERSION=0 -POSTGIS_TOPOLOGY_MINOR_VERSION=1 -POSTGIS_TOPOLOGY_MICRO_VERSION=1 -- 2.40.0