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])
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()
+++ /dev/null
-# 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