CVS User Account cvsuser
Wed Jul 21 18:06:46 PDT 2004
Log Message:
-----------
m4'ize the AC_INIT to allow for easy release version management

Modified Files:
--------------
    slony1-engine:
        configure.ac (r1.26 -> r1.27)

-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.26
retrieving revision 1.27
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.26 -r1.27
--- configure.ac
+++ configure.ac
@@ -10,8 +10,8 @@
 #
 # Process this file with autoconf to produce a configure script.
 # ----------
-
-AC_INIT(postgresql-slony1-engine, 1.0.1)
+m4_define([REL_VERSION],$Name$)
+AC_INIT(postgresql-slony1-engine,[REL_VERSION])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR([src])


More information about the Slony1-commit mailing list