Wed Apr 6 20:00:58 PDT 2005
- Previous message: [Slony1-commit] By xfade: Add test to keep mingw from halting with an error.
- Next message: [Slony1-commit] By darcyb: Since as of 7.4 truncate is transaction safe, lets use it in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Mark snmp support as experimental, which it is currently.
Modified Files:
--------------
slony1-engine:
configure.ac (r1.44 -> r1.45)
configure (r1.45 -> r1.46)
-------------- next part --------------
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.45
retrieving revision 1.46
diff -Lconfigure -Lconfigure -u -w -r1.45 -r1.46
--- configure
+++ configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for postgresql-slony1-engine HEAD_20050323.
+# Generated by GNU Autoconf 2.59 for postgresql-slony1-engine HEAD_20050406.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@
# Identity of this package.
PACKAGE_NAME='postgresql-slony1-engine'
PACKAGE_TARNAME='postgresql-slony1-engine'
-PACKAGE_VERSION='HEAD_20050323'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20050323'
+PACKAGE_VERSION='HEAD_20050406'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20050406'
PACKAGE_BUGREPORT=''
ac_unique_file="src"
@@ -309,7 +309,7 @@
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os enable_debug CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT PERL TAR LEX YACC SED LD YFLAGS LEXFLAGS HEAD_20050323 with_gnu_ld acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS CPP EGREP HAVE_POSIX_SIGNALS PGINCLUDEDIR PGINCLUDESERVERDIR PGLIBDIR PGPKGLIBDIR PGSHAREDIR PGBINDIR HAVE_NETSNMP NETSNMP_CFLAGS NETSNMP_AGENTLIBS TOOLSBIN DOCDIR SLONYPATH HOST_OS PORTNAME GROFF PS2PDF DJPEG PNMTOPS PGAUTODOC NSGMLS JADE have_docbook DOCBOOKSTYLE COLLATEINDEX SGMLSPL LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os enable_debug CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT PERL TAR LEX YACC SED LD YFLAGS LEXFLAGS HEAD_20050406 with_gnu_ld acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS CPP EGREP HAVE_POSIX_SIGNALS PGINCLUDEDIR PGINCLUDESERVERDIR PGLIBDIR PGPKGLIBDIR PGSHAREDIR PGBINDIR HAVE_NETSNMP NETSNMP_CFLAGS NETSNMP_AGENTLIBS TOOLSBIN DOCDIR SLONYPATH HOST_OS PORTNAME GROFF PS2PDF DJPEG PNMTOPS PGAUTODOC NSGMLS JADE have_docbook DOCBOOKSTYLE COLLATEINDEX SGMLSPL LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -782,7 +782,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_20050323 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20050406 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -843,7 +843,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050323:";;
+ short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050406:";;
esac
cat <<\_ACEOF
@@ -863,7 +863,7 @@
--with-pglibdir=<dir> Location of the PostgreSQL libs.
--with-pgpkglibdir=<dir> Location of the PostgreSQL pkglibs. E.g. plpgsql.so
--with-pgsharedir=<dir> Location of the PostgreSQL share dir. E.g. postgresql.conf.sample
- --with-netsnmp=<dir> Enable snmp support <dir> is the location of net-snmp-config.
+ --with-netsnmp=<dir> Enable snmp support <dir> is the location of net-snmp-config. **EXPERIMENTAL**
--with-perltools=<dir> Location to install the perl management tools Default $PREFIX/bin.
--with-docdir=<dir> Location to install all the documentation Default is $PREFIX/doc.
@@ -976,7 +976,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20050323
+postgresql-slony1-engine configure HEAD_20050406
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -990,7 +990,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_20050323, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20050406, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -2880,6 +2880,9 @@
acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags"
;;
+ *cygwin*)
+ acx_pthread_flags="-lpthread $acx_pthread_flags"
+ ;;
esac
if test x"$acx_pthread_ok" = xno; then
@@ -5996,7 +5999,7 @@
HAVE_POSIX_SIGNALS=$slonac_cv_func_posix_signals
else
- if x"$template" = xwin ; then
+ if test x"$template" = "xwin" ; then
echo "$as_me:$LINENO: result: \"Skipping Error on win32\"" >&5
echo "${ECHO_T}\"Skipping Error on win32\"" >&6
else
@@ -10136,7 +10139,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by postgresql-slony1-engine $as_me HEAD_20050323, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20050406, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10196,7 +10199,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20050323
+postgresql-slony1-engine config.status HEAD_20050406
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -10411,7 +10414,7 @@
s, at LD@,$LD,;t t
s, at YFLAGS@,$YFLAGS,;t t
s, at LEXFLAGS@,$LEXFLAGS,;t t
-s, at HEAD_20050323@,$HEAD_20050323,;t t
+s, at HEAD_20050406@,$HEAD_20050406,;t t
s, at with_gnu_ld@,$with_gnu_ld,;t t
s, at acx_pthread_config@,$acx_pthread_config,;t t
s, at PTHREAD_CC@,$PTHREAD_CC,;t t
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.44
retrieving revision 1.45
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.44 -r1.45
--- configure.ac
+++ configure.ac
@@ -128,7 +128,7 @@
AC_ARG_WITH(pglibdir, [ --with-pglibdir=<dir> Location of the PostgreSQL libs. ])
AC_ARG_WITH(pgpkglibdir, [ --with-pgpkglibdir=<dir> Location of the PostgreSQL pkglibs. E.g. plpgsql.so ])
AC_ARG_WITH(pgsharedir, [ --with-pgsharedir=<dir> Location of the PostgreSQL share dir. E.g. postgresql.conf.sample ])
-AC_ARG_WITH(netsnmp, [ --with-netsnmp=<dir> Enable snmp support <dir> is the location of net-snmp-config. ])
+AC_ARG_WITH(netsnmp, [ --with-netsnmp=<dir> Enable snmp support <dir> is the location of net-snmp-config. **EXPERIMENTAL** ])
AC_ARG_WITH(perltools, [ --with-perltools=<dir> Location to install the perl management tools Default $PREFIX/bin. ])
AC_ARG_WITH(docdir, [ --with-docdir=<dir> Location to install all the documentation Default is $PREFIX/doc. ])
#Our current path
- Previous message: [Slony1-commit] By xfade: Add test to keep mingw from halting with an error.
- Next message: [Slony1-commit] By darcyb: Since as of 7.4 truncate is transaction safe, lets use it in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list