CVS User Account cvsuser
Mon Jul 26 18:16:07 PDT 2004
Log Message:
-----------
Import barin dead m4 fix from HEAD

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine:
        configure.ac (r1.24.2.1 -> r1.24.2.2)

-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.24.2.1 -r1.24.2.2
--- configure.ac
+++ configure.ac
@@ -10,8 +10,10 @@
 #
 # Process this file with autoconf to produce a configure script.
 # ----------
-m4_define([SLONREL_VERSION], esyscmd([echo "$Name$" | sed -e 's/\:\ REL_//' -e 's/\$//g' -e 's/_/./g' -e 's/\./\_/3' -e 's/\ //g'| tr -d '\n']))
-ifelse([SLONREL_VERSION],`:',m4_define([SLONREL_VERSION], esyscmd([echo `date +HEAD_%Y%m%d`| tr -d '\n'])))
+m4_define([SLONREL_VERSION], esyscmd([echo "$Name$" | \
+  sed -e 's/\:\ REL_//' -e 's/\$//g' -e 's/_/./g' -e 's/\./\_/3' \
+    -e 's/\ //g' -e s/\:/`date +HEAD_%Y%m%d`/ | tr -d '\n']))
+
 AC_INIT(slony1-engine, [SLONREL_VERSION])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(config)


More information about the Slony1-commit mailing list