Wed Jul 20 12:10:36 PDT 2005
- Previous message: [Slony1-commit] By dpage: Fix a thinko on my part :-(
- Next message: [Slony1-commit] By dpage: New Directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Remove temporary message about ignoring posix signals on Win32 Modified Files: -------------- slony1-engine/config: libc.m4 (r1.4 -> r1.5) slony1-engine: configure (r1.59 -> r1.60) -------------- next part -------------- Index: libc.m4 =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/libc.m4,v retrieving revision 1.4 retrieving revision 1.5 diff -Lconfig/libc.m4 -Lconfig/libc.m4 -u -w -r1.4 -r1.5 --- config/libc.m4 +++ config/libc.m4 @@ -11,12 +11,10 @@ AC_DEFINE(HAVE_POSIX_SIGNALS,, [Define to 1 if you have the POSIX signal interface.]) HAVE_POSIX_SIGNALS=$slonac_cv_func_posix_signals else + if test x"$template" != "xwin32" ; then if test x"$template" = "xwin" ; then AC_MSG_RESULT(*** Skipping error on Cygwin ***) else - if test x"$template" = "xwin32" ; then - AC_MSG_RESULT(*** Skipping error on MinGW/Msys to allow xxid/slony_funcs compilation ***) - else AC_MSG_ERROR(Slony requires a POSIX compatible signal interface.) fi fi Index: configure =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v retrieving revision 1.59 retrieving revision 1.60 diff -Lconfigure -Lconfigure -u -w -r1.59 -r1.60 --- configure +++ configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.56 for postgresql-slony1-engine HEAD_20050716. +# Generated by GNU Autoconf 2.56 for postgresql-slony1-engine HEAD_20050720. # # 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_20050716' -PACKAGE_STRING='postgresql-slony1-engine HEAD_20050716' +PACKAGE_VERSION='HEAD_20050720' +PACKAGE_STRING='postgresql-slony1-engine HEAD_20050720' PACKAGE_BUGREPORT='' ac_unique_file="src" @@ -308,7 +308,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_20050716 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 with_docs SLONYPATH HOST_OS PORTNAME SLONBINDIR GROFF PS2PDF DJPEG PNMTOPS CONVERT 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_20050720 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 with_docs SLONYPATH HOST_OS PORTNAME SLONBINDIR GROFF PS2PDF DJPEG PNMTOPS CONVERT PGAUTODOC NSGMLS JADE have_docbook DOCBOOKSTYLE COLLATEINDEX SGMLSPL LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -781,7 +781,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_20050716 to adapt to many kinds of systems. +\`configure' configures postgresql-slony1-engine HEAD_20050720 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -842,7 +842,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050716:";; + short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050720:";; esac cat <<\_ACEOF @@ -943,7 +943,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -postgresql-slony1-engine configure HEAD_20050716 +postgresql-slony1-engine configure HEAD_20050720 generated by GNU Autoconf 2.56 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -958,7 +958,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_20050716, which was +It was created by postgresql-slony1-engine $as_me HEAD_20050720, which was generated by GNU Autoconf 2.56. Invocation command line was $ $0 $@ @@ -5514,14 +5514,11 @@ HAVE_POSIX_SIGNALS=$slonac_cv_func_posix_signals else + if test x"$template" != "xwin32" ; then if test x"$template" = "xwin" ; then echo "$as_me:$LINENO: result: *** Skipping error on Cygwin ***" >&5 echo "${ECHO_T}*** Skipping error on Cygwin ***" >&6 else - if test x"$template" = "xwin32" ; then - echo "$as_me:$LINENO: result: *** Skipping error on MinGW/Msys to allow xxid/slony_funcs compilation ***" >&5 -echo "${ECHO_T}*** Skipping error on MinGW/Msys to allow xxid/slony_funcs compilation ***" >&6 - else { { echo "$as_me:$LINENO: error: Slony requires a POSIX compatible signal interface." >&5 echo "$as_me: error: Slony requires a POSIX compatible signal interface." >&2;} { (exit 1); exit 1; }; } @@ -8599,8 +8596,8 @@ else with_docs=no fi; -echo "$as_me:$LINENO: checking if you have requested documentation buliding" >&5 -echo $ECHO_N "checking if you have requested documentation buliding... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking if you have requested documentation building" >&5 +echo $ECHO_N "checking if you have requested documentation building... $ECHO_C" >&6 if test -n "$with_docs"; then echo "$as_me:$LINENO: result: $with_docs" >&5 echo "${ECHO_T}$with_docs" >&6 @@ -9543,7 +9540,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by postgresql-slony1-engine $as_me HEAD_20050716, which was +This file was extended by postgresql-slony1-engine $as_me HEAD_20050720, which was generated by GNU Autoconf 2.56. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9603,7 +9600,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -postgresql-slony1-engine config.status HEAD_20050716 +postgresql-slony1-engine config.status HEAD_20050720 configured by $0, generated by GNU Autoconf 2.56, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -9819,7 +9816,7 @@ s, at LD@,$LD,;t t s, at YFLAGS@,$YFLAGS,;t t s, at LEXFLAGS@,$LEXFLAGS,;t t -s, at HEAD_20050716@,$HEAD_20050716,;t t +s, at HEAD_20050720@,$HEAD_20050720,;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
- Previous message: [Slony1-commit] By dpage: Fix a thinko on my part :-(
- Next message: [Slony1-commit] By dpage: New Directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list