Description: Update various files to Debian versions
 There are a number of #defines and similar which change based on the
 specific versions of software being compiled against.  Update these to
 match the current Debian build environment.
Author: Stephen Frost <sfrost@snowman.net>
Last-Update: 2012-10-12

--- a/postgis/sqldefines.h
+++ b/postgis/sqldefines.h
@@ -8,9 +8,9 @@
  */
 #define POSTGIS_PGSQL_VERSION 91
 #define POSTGIS_GEOS_VERSION 33
-#define POSTGIS_PROJ_VERSION 48
+#define POSTGIS_PROJ_VERSION 47
 #define POSTGIS_LIB_VERSION 2.0.3
-#define POSTGIS_LIBXML2_VERSION 2.7.8
+#define POSTGIS_LIBXML2_VERSION 2.8.0
 
 /*
  * Define the build date and the version number
--- a/doc/Makefile.comments
+++ b/doc/Makefile.comments
@@ -21,7 +21,7 @@
 DATA_built=postgis_comments.sql raster_comments.sql topology_comments.sql
 
 # PGXS information
-PG_CONFIG = /usr/bin/pg_config 
+PG_CONFIG = /usr/lib/postgresql/9.1/bin/pg_config
 PGXS := /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk
 include $(PGXS)
 
