CVS User Account cvsuser
Tue Feb 1 19:33:37 PST 2005
Log Message:
-----------
Repair variable substitution problem with bison -y (remove trailing ,)

Modified Files:
--------------
    slony1-engine:
        configure (r1.40 -> r1.41)
        configure.ac (r1.40 -> r1.41)

-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.40
retrieving revision 1.41
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.40 -r1.41
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.40
retrieving revision 1.41
diff -Lconfigure -Lconfigure -u -w -r1.40 -r1.41
--- 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_20050126.
+# Generated by GNU Autoconf 2.53 for postgresql-slony1-engine HEAD_20050201.
 #
 # 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_20050126'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20050126'
+PACKAGE_VERSION='HEAD_20050201'
+PACKAGE_STRING='postgresql-slony1-engine HEAD_20050201'
 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_20050126 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine HEAD_20050201 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_20050126:";;
+     short | recursive ) echo "Configuration of postgresql-slony1-engine HEAD_20050201:";;
    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_20050126
+postgresql-slony1-engine configure HEAD_20050201
 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_20050126, which was
+It was created by postgresql-slony1-engine $as_me HEAD_20050201, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   $ $0 $@
@@ -6341,7 +6341,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by postgresql-slony1-engine $as_me HEAD_20050126, which was
+This file was extended by postgresql-slony1-engine $as_me HEAD_20050201, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6400,7 +6400,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20050126
+postgresql-slony1-engine config.status HEAD_20050201
 configured by $0, generated by GNU Autoconf 2.53,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -6595,7 +6595,7 @@
 s, at LD@,$LD,;t t
 s, at YFLAGS@,$YFLAGS,;t t
 s, at LEXFLAGS@,$LEXFLAGS,;t t
-s, at HEAD_20050126@,$HEAD_20050126,;t t
+s, at HEAD_20050201@,$HEAD_20050201,;t t
 s, at with_gnu_ld@,$with_gnu_ld,;t t
 s, at enable_debug@,$enable_debug,;t t
 s, at acx_pthread_config@,$acx_pthread_config,;t t


More information about the Slony1-commit mailing list