CVS User Account cvsuser
Thu Jun 2 19:25:07 PDT 2005
Log Message:
-----------
repo the --PREFIX change, this evedently leades to inconsistant expectations under packaged systems.

Modified Files:
--------------
    slony1-engine:
        configure (r1.50 -> r1.51)
        configure.ac (r1.48 -> r1.49)

-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.48 -r1.49
--- configure.ac
+++ configure.ac
@@ -160,11 +160,11 @@
 AC_SUBST(HOST_OS,$host_os)
 AC_SUBST(PORTNAME,$template)
 
-if test ${prefix} = "NONE"; then
+#-- if test ${prefix} = "NONE"; then
   SLONBINDIR="${PG_BINDIR}"
-else
-  SLONBINDIR="${prefix}/bin"
-fi
+#-- else
+#--   SLONBINDIR="${prefix}/bin"
+#-- fi
 AC_SUBST(SLONBINDIR,$SLONBINDIR)
 
 # ----
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.50
retrieving revision 1.51
diff -Lconfigure -Lconfigure -u -w -r1.50 -r1.51
--- configure
+++ configure
@@ -7993,11 +7993,11 @@
 PORTNAME=$template
 
 
-if test ${prefix} = "NONE"; then
+#-- if test ${prefix} = "NONE"; then
   SLONBINDIR="${PG_BINDIR}"
-else
-  SLONBINDIR="${prefix}/bin"
-fi
+#-- else
+#--   SLONBINDIR="${prefix}/bin"
+#-- fi
 SLONBINDIR=$SLONBINDIR
 
 


More information about the Slony1-commit mailing list