Fri Dec 17 00:36:03 PST 2004
- Previous message: [Slony1-commit] By darcyb: More build environment changes to better support cbrowne's
- Next message: [Slony1-commit] By darcyb: More diff crazyness repairs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
make the features in the previous commit available
Modified Files:
--------------
slony1-engine:
configure (r1.35 -> r1.36)
-------------- next part --------------
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.35
retrieving revision 1.36
diff -Lconfigure -Lconfigure -u -w -r1.35 -r1.36
--- 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_20041213.
+# Generated by GNU Autoconf 2.53 for postgresql-slony1-engine HEAD_20041217.
#
# 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_20041213'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20041213'
+PACKAGE_VERSION='HEAD_20041217'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20041217'
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_20041213 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20041217 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_20041213:";;
+ short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20041217:";;
esac
cat <<\_ACEOF
@@ -922,7 +922,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20041213
+postgresql-slony1-engine configure HEAD_20041217
generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -937,7 +937,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_20041213, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20041217, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ $0 $@
@@ -2479,6 +2479,46 @@
done
test -n "$YACC" || YACC="yacc"
+# Extract the first word of "tar", so it can be a program name with args.
+set dummy tar; ac_word=$2
+echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_path_TAR+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $TAR in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_TAR="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+
+ ;;
+esac
+fi
+TAR=$ac_cv_path_TAR
+
+if test -n "$TAR"; then
+ echo "$as_me:$LINENO: result: $TAR" >&5
+echo "${ECHO_T}$TAR" >&6
+else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+
@@ -6384,7 +6424,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by postgresql-slony1-engine $as_me HEAD_20041213, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20041217, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6443,7 +6483,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20041213
+postgresql-slony1-engine config.status HEAD_20041217
configured by $0, generated by GNU Autoconf 2.53,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -6634,6 +6674,7 @@
s, at LEXLIB@,$LEXLIB,;t t
s, at LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
s, at YACC@,$YACC,;t t
+s, at TAR@,$TAR,;t t
s, at LD@,$LD,;t t
s, at YFLAGS@,$YFLAGS,;t t
s, at LEXFLAGS@,$LEXFLAGS,;t t
- Previous message: [Slony1-commit] By darcyb: More build environment changes to better support cbrowne's
- Next message: [Slony1-commit] By darcyb: More diff crazyness repairs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list