Fix autoconf warning about datarootdir
authorSteve Singer <ssinger@ca.afilias.info>
Wed, 6 Jul 2011 20:36:02 +0000 (16:36 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Thu, 7 Jul 2011 19:32:17 +0000 (15:32 -0400)
Patch from Peter Eisentraut

Conflicts:

RELEASE

Makefile.global.in
RELEASE

index ba1884e86e29f7046ca9622622bf53baa59a89bd..3f82d7d58eb9598396ad3e26f7eedded73c013e2 100644 (file)
@@ -27,6 +27,7 @@ slonbindir=           @SLONBINDIR@
 distdir=               @SLONYPATH@/@PACKAGE_NAME@-@PACKAGE_VERSION@
 prefix=                        @prefix@
 sysconfdir=            @sysconfdir@
+datarootdir=           @datarootdir@
 
 host_os=        @HOST_OS@
 host_cpu=              @host_cpu@
diff --git a/RELEASE b/RELEASE
index 3c4cd94bfad1253f4767e9ffdfcd5fd7a6e6732d..262d6f7b02b16b1678882a20a477c809250264e3 100644 (file)
--- a/RELEASE
+++ b/RELEASE
   favor of having the built docs stored in a new "historical
   documentation" directory.
 
-** 2.1.0 (beta 2)
-- Bug 219 Default to PostgreSQL 8.4 support if the version of PG is newer than
-          what slony recognizes.
-
 - Fix threading issue in monitor_thread where slon_init can be called
   without the mutex being locked. This function was written to assume
   the mutex lock exists.  
-  
+
+-  datarootdir warning from autoconf fixed  
+
+** 2.1.0 (beta 2)
+
 - Bug #204 :: Upgrade from 2.0.x fails under PostgreSQL 8.3, fixing
               issues with failover and non-direct subscribers