Tue Jun 7 17:42:48 PDT 2005
- Previous message: [Slony1-commit] By darcyb: Check to see if pg_config --configure has
- Next message: [Slony1-commit] By cbbrowne: Addressing bug report #1323...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Explain the erronious yes/no that was the --with-docs option
Modified Files:
--------------
slony1-engine/config:
docs.m4 (r1.7 -> r1.8)
slony1-engine:
configure (r1.51 -> r1.52)
-------------- next part --------------
Index: docs.m4
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/docs.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lconfig/docs.m4 -Lconfig/docs.m4 -u -w -r1.7 -r1.8
--- config/docs.m4
+++ config/docs.m4
@@ -47,6 +47,7 @@
[AC_ARG_WITH(docs,
[ --with-docs Build the sgml documentation [default=no]],
test "$withval" = no || with_docs=yes, with_docs=no)
+AC_MSG_CHECKING(if you have requested documentation buliding)
if test -n "$with_docs"; then
AC_MSG_RESULT($with_docs)
else
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.51
retrieving revision 1.52
diff -Lconfigure -Lconfigure -u -w -r1.51 -r1.52
--- configure
+++ configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53 for postgresql-slony1-engine HEAD_20050602.
+# Generated by GNU Autoconf 2.53 for postgresql-slony1-engine HEAD_20050607.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@@ -254,8 +254,8 @@
# Identity of this package.
PACKAGE_NAME='postgresql-slony1-engine'
PACKAGE_TARNAME='postgresql-slony1-engine'
-PACKAGE_VERSION='HEAD_20050602'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20050602'
+PACKAGE_VERSION='HEAD_20050607'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20050607'
PACKAGE_BUGREPORT=''
ac_unique_file="src"
@@ -764,7 +764,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_20050602 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20050607 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -825,7 +825,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050602:";;
+ short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050607:";;
esac
cat <<\_ACEOF
@@ -926,7 +926,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20050602
+postgresql-slony1-engine configure HEAD_20050607
generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -941,7 +941,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_20050602, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20050607, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ $0 $@
@@ -5242,6 +5242,25 @@
_ACEOF
fi
+ case ${host_os} in
+ aix*|*solaris*)
+ echo "$as_me:$LINENO: checking PostgreSQL for enable-thread-safety as required on ${host_os}" >&5
+echo $ECHO_N "checking PostgreSQL for enable-thread-safety as required on ${host_os}... $ECHO_C" >&6
+ PG_ETS=`echo $PG_CONFIGURE | grep -c enable-thread-safety`
+ if test $PG_ETS -eq 0; then
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+ { { echo "$as_me:$LINENO: error: PostgreSQL needs to be compiled with --enable-thread-safety on ${host_os}" >&5
+echo "$as_me: error: PostgreSQL needs to be compiled with --enable-thread-safety on ${host_os}" >&2;}
+ { (exit 1); exit 1; }; }
+ else
+ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+ fi
+ ;;
+ *)
+ ;;
+ esac
else
{ { echo "$as_me:$LINENO: error: Cannot find pg_config.
Please specify correct installation path for pg_config
@@ -7922,6 +7941,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
if test -n "$with_docs"; then
echo "$as_me:$LINENO: result: $with_docs" >&5
echo "${ECHO_T}$with_docs" >&6
@@ -8828,7 +8849,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by postgresql-slony1-engine $as_me HEAD_20050602, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20050607, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8887,7 +8908,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20050602
+postgresql-slony1-engine config.status HEAD_20050607
configured by $0, generated by GNU Autoconf 2.53,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -9083,7 +9104,7 @@
s, at LD@,$LD,;t t
s, at YFLAGS@,$YFLAGS,;t t
s, at LEXFLAGS@,$LEXFLAGS,;t t
-s, at HEAD_20050602@,$HEAD_20050602,;t t
+s, at HEAD_20050607@,$HEAD_20050607,;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 darcyb: Check to see if pg_config --configure has
- Next message: [Slony1-commit] By cbbrowne: Addressing bug report #1323...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list