CVS User Account cvsuser
Thu Oct 26 11:55:05 PDT 2006
Log Message:
-----------
Adding GCC= back into Makefile.global to use gcc specific
options like -Wall.

Jan

Tags:
----
REL_1_2_STABLE

Modified Files:
--------------
    slony1-engine:
        Makefile.global.in (r1.34 -> r1.34.2.1)
        configure (r1.70 -> r1.70.2.1)
        configure.ac (r1.57 -> r1.57.2.1)

-------------- next part --------------
Index: Makefile.global.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Makefile.global.in,v
retrieving revision 1.34
retrieving revision 1.34.2.1
diff -LMakefile.global.in -LMakefile.global.in -u -w -r1.34 -r1.34.2.1
--- Makefile.global.in
+++ Makefile.global.in
@@ -32,6 +32,7 @@
 
 #build tools
 CC=			@CC@
+GCC=		@GCC@
 PTHREAD_CC=		@PTHREAD_CC@
 YACC=			@YACC@
 FLEX=			@LEX@
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.57
retrieving revision 1.57.2.1
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.57 -r1.57.2.1
--- configure.ac
+++ configure.ac
@@ -81,6 +81,7 @@
 
 AC_SUBST(LD)
 AC_SUBST(CC)
+AC_SUBST(GCC)
 AC_SUBST(YACC)
 AC_SUBST(YFLAGS)
 AC_SUBST(LEXFLAGS)
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.70
retrieving revision 1.70.2.1
diff -Lconfigure -Lconfigure -u -w -r1.70 -r1.70.2.1
--- 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_20060922.
+# Generated by GNU Autoconf 2.59 for postgresql-slony1-engine 1.2.STABLE.
 #
 # 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_20060922'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20060922'
+PACKAGE_VERSION='1.2.STABLE'
+PACKAGE_STRING='postgresql-slony1-engine 1.2.STABLE'
 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_20060922 with_gnu_ld enable_rpath acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS CPP EGREP HAVE_POSIX_SIGNALS NEED_PG_DLLINIT NLSLIB PGINCLUDEDIR PGINCLUDESERVERDIR PGLIBDIR PGPKGLIBDIR PGSHAREDIR PGBINDIR HAVE_NETSNMP NETSNMP_CFLAGS NETSNMP_AGENTLIBS TOOLSBIN SLONYPATH HOST_OS PORTNAME SLONBINDIR with_docs GROFF PS2PDF DJPEG PNMTOPS CONVERT PGAUTODOC NSGMLS SGMLSPL d2mdir JADE have_docbook DOCBOOKSTYLE COLLATEINDEX docdir perlsharedir LIBOBJS LTLIB
 OBJS'
+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 GCC YFLAGS LEXFLAGS 1.2.STABLE with_gnu_ld enable_rpath acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS CPP EGREP HAVE_POSIX_SIGNALS NEED_PG_DLLINIT NLSLIB PGINCLUDEDIR PGINCLUDESERVERDIR PGLIBDIR PGPKGLIBDIR PGSHAREDIR PGBINDIR HAVE_NETSNMP NETSNMP_CFLAGS NETSNMP_AGENTLIBS TOOLSBIN SLONYPATH HOST_OS PORTNAME SLONBINDIR with_docs GROFF PS2PDF DJPEG PNMTOPS CONVERT PGAUTODOC NSGMLS SGMLSPL d2mdir JADE have_docbook DOCBOOKSTYLE COLLATEINDEX docdir perlsharedir LIBOBJS LTLI
 BOBJS'
 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_20060922 to adapt to many kinds of systems.
+\`configure' configures postgresql-slony1-engine 1.2.STABLE 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_20060922:";;
+     short | recursive ) echo "Configuration of postgresql-slony1-engine 1.2.STABLE:";;
    esac
   cat <<\_ACEOF
 
@@ -981,7 +981,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-postgresql-slony1-engine configure HEAD_20060922
+postgresql-slony1-engine configure 1.2.STABLE
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -995,7 +995,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_20060922, which was
+It was created by postgresql-slony1-engine $as_me 1.2.STABLE, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -2753,6 +2753,7 @@
 
 
 
+
 # Check whether --enable-rpath or --disable-rpath was given.
 if test "${enable_rpath+set}" = set; then
   enableval="$enable_rpath"
@@ -6284,7 +6285,7 @@
     PG_VERSION_MINOR=`echo $PG_VERSION |\
            sed 's/\([0-9]*\).\([0-9]*\)/\2/'`
     if test "$PG_VERSION_MAJOR" = "7"; then
-	if test $PG_VERSION_MINOR -gt 2; then
+	if test $PG_VERSION_MINOR -gt 3; then
 	    echo "$as_me:$LINENO: result: $PG_VERSION" >&5
 echo "${ECHO_T}$PG_VERSION" >&6
 
@@ -6296,10 +6297,10 @@
 	    echo "$as_me:$LINENO: result: \"error\"" >&5
 echo "${ECHO_T}\"error\"" >&6
 	    { { echo "$as_me:$LINENO: error: Your version of PostgreSQL ($PG_VERSION) is lower
-	    than the required 7.3.3. Slony-I needs functions included in
+	    than the required 7.4.  Slony-I needs functions included in
 	    a newer version." >&5
 echo "$as_me: error: Your version of PostgreSQL ($PG_VERSION) is lower
-	    than the required 7.3.3. Slony-I needs functions included in
+	    than the required 7.4.  Slony-I needs functions included in
 	    a newer version." >&2;}
    { (exit 1); exit 1; }; }
 	fi
@@ -10684,7 +10685,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by postgresql-slony1-engine $as_me HEAD_20060922, which was
+This file was extended by postgresql-slony1-engine $as_me 1.2.STABLE, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10744,7 +10745,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-postgresql-slony1-engine config.status HEAD_20060922
+postgresql-slony1-engine config.status 1.2.STABLE
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -10957,9 +10958,10 @@
 s, at YACC@,$YACC,;t t
 s, at SED@,$SED,;t t
 s, at LD@,$LD,;t t
+s, at GCC@,$GCC,;t t
 s, at YFLAGS@,$YFLAGS,;t t
 s, at LEXFLAGS@,$LEXFLAGS,;t t
-s, at HEAD_20060922@,$HEAD_20060922,;t t
+s, at 1.2.STABLE@,$1.2.STABLE,;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



More information about the Slony1-commit mailing list