Fri Nov 11 19:52:28 PST 2005
- Previous message: [Slony1-commit] By xfade: Add an option to disable rpath.
- Next message: [Slony1-commit] By xfade: Use proper commenting style.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Update configure to reflect previous changes
Modified Files:
--------------
slony1-engine:
configure (r1.63 -> r1.64)
-------------- next part --------------
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.63
retrieving revision 1.64
diff -Lconfigure -Lconfigure -u -w -r1.63 -r1.64
--- 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_20051102.
+# Generated by GNU Autoconf 2.59 for postgresql-slony1-engine HEAD_20051111.
#
# 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_20051102'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20051102'
+PACKAGE_VERSION='HEAD_20051111'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20051111'
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_20051102 with_gnu_ld acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS CPP EGREP HAVE_POSIX_SIGNALS NLSLIB PGINCLUDEDIR PGINCLUDESERVERDIR PGLIBDIR PGPKGLIBDIR PGSHAREDIR PGBINDIR HAVE_NETSNMP NETSNMP_CFLAGS NETSNMP_AGENTLIBS TOOLSBIN DOCDIR SLONYPATH HOST_OS PORTNAME SLONBINDIR with_docs 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_20051111 with_gnu_ld enable_rpath acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS CPP EGREP HAVE_POSIX_SIGNALS NLSLIB PGINCLUDEDIR PGINCLUDESERVERDIR PGLIBDIR PGPKGLIBDIR PGSHAREDIR PGBINDIR HAVE_NETSNMP NETSNMP_CFLAGS NETSNMP_AGENTLIBS TOOLSBIN DOCDIR SLONYPATH HOST_OS PORTNAME SLONBINDIR with_docs GROFF PS2PDF DJPEG PNMTOPS CONVERT 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_20051102 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20051111 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_20051102:";;
+ short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20051111:";;
esac
cat <<\_ACEOF
@@ -851,6 +851,7 @@
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-debug build with debugging symbols (-g)
+ --disable-rpath do not embed shared library search path in executables
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -977,7 +978,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20051102
+postgresql-slony1-engine configure HEAD_20051111
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -991,7 +992,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_20051102, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20051111, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -2749,6 +2750,32 @@
+# Check whether --enable-rpath or --disable-rpath was given.
+if test "${enable_rpath+set}" = set; then
+ enableval="$enable_rpath"
+
+ case $enableval in
+ yes)
+ :
+ ;;
+ no)
+ :
+ ;;
+ *)
+ { { echo "$as_me:$LINENO: error: no argument expected for --enable-rpath option" >&5
+echo "$as_me: error: no argument expected for --enable-rpath option" >&2;}
+ { (exit 1); exit 1; }; }
+ ;;
+ esac
+
+else
+ enable_rpath=yes
+
+fi;
+
+
+
+
@@ -6163,10 +6190,15 @@
if test -n "${with_pgsharedir}"; then
_pwd=`pwd`
-cd ${with_pgsharedir}
-with_pgsharedir=`pwd`
+cd ${with_pgsharedir} 2>/dev/null
+_share=`pwd`
cd ${_pwd}
+ if test ${_pwd} = ${_share}; then
+ echo "overriding pgsharedir with" ${with_pgsharedir} "even though it wasn't found :)"
+ else
echo "overriding pgsharedir with" ${with_pgsharedir}
+ with_pgsharedir=${_share}
+ fi
PG_SHAREDIR=${with_pgsharedir}
fi
@@ -10404,7 +10436,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by postgresql-slony1-engine $as_me HEAD_20051102, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20051111, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10464,7 +10496,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20051102
+postgresql-slony1-engine config.status HEAD_20051111
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -10679,8 +10711,9 @@
s, at LD@,$LD,;t t
s, at YFLAGS@,$YFLAGS,;t t
s, at LEXFLAGS@,$LEXFLAGS,;t t
-s, at HEAD_20051102@,$HEAD_20051102,;t t
+s, at HEAD_20051111@,$HEAD_20051111,;t t
s, at with_gnu_ld@,$with_gnu_ld,;t t
+s, at enable_rpath@,$enable_rpath,;t t
s, at acx_pthread_config@,$acx_pthread_config,;t t
s, at PTHREAD_CC@,$PTHREAD_CC,;t t
s, at PTHREAD_LIBS@,$PTHREAD_LIBS,;t t
- Previous message: [Slony1-commit] By xfade: Add an option to disable rpath.
- Next message: [Slony1-commit] By xfade: Use proper commenting style.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list