CVS User Account cvsuser
Sun Sep 5 19:46:18 PDT 2004
Log Message:
-----------
Check for PQputCopyData() and friends against the same libpq
that we use for everything else.

Jan

Modified Files:
--------------
    slony1-engine:
        configure (r1.28 -> r1.29)
    slony1-engine/config:
        acx_libpq.m4 (r1.5 -> r1.6)

-------------- next part --------------
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.28
retrieving revision 1.29
diff -Lconfigure -Lconfigure -u -w -r1.28 -r1.29
--- configure
+++ configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for postgresql-slony1-engine HEAD_20040902.
+# Generated by GNU Autoconf 2.57 for postgresql-slony1-engine HEAD_20040905.
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
@@ -266,8 +266,8 @@
 # Identity of this package.
 PACKAGE_NAME='postgresql-slony1-engine'
 PACKAGE_TARNAME='postgresql-slony1-engine'
-PACKAGE_VERSION='HEAD_20040902'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20040902'
+PACKAGE_VERSION='HEAD_20040905'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20040905'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="src"
@@ -777,7 +777,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures postgresql-slony1-engine HEAD_20040902 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20040905 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -838,7 +838,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20040902:";;
+     short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20040905:";;
    esac
   cat <<\_ACEOF
 
@@ -928,7 +928,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20040902
+postgresql-slony1-engine configure HEAD_20040905
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -943,7 +943,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by postgresql-slony1-engine $as_me HEAD_20040902, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20040905, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -5708,6 +5708,8 @@
    { (exit 1); exit 1; }; }
 fi
 
+LDFLAGS="$TEMP_FLAGS -L$PG_LIBDIR"
+
 have_pqputcopydata=no
 echo "$as_me:$LINENO: checking for PQputCopyData in -lpq" >&5
 echo $ECHO_N "checking for PQputCopyData in -lpq... $ECHO_C" >&6
@@ -6309,7 +6311,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by postgresql-slony1-engine $as_me HEAD_20040902, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20040905, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6369,7 +6371,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20040902
+postgresql-slony1-engine config.status HEAD_20040905
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
Index: acx_libpq.m4
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/acx_libpq.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lconfig/acx_libpq.m4 -Lconfig/acx_libpq.m4 -u -w -r1.5 -r1.6
--- config/acx_libpq.m4
+++ config/acx_libpq.m4
@@ -179,6 +179,8 @@
 	)
 fi
 
+LDFLAGS="$TEMP_FLAGS -L$PG_LIBDIR"
+
 have_pqputcopydata=no
 AC_CHECK_LIB(pq, [PQputCopyData], [have_pqputcopydata=yes])
 if test $have_pqputcopydata = yes ; then


More information about the Slony1-commit mailing list