CVS User Account cvsuser
Mon Jul 26 18:14:42 PDT 2004
Log Message:
-----------
Work around braindead m4 processors on some OS's also to be commited to -STABLE

Modified Files:
--------------
    slony1-engine:
        configure.ac (r1.29 -> r1.30)

-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.29
retrieving revision 1.30
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.29 -r1.30
--- 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(postgresql-slony1-engine,[SLONREL_VERSION])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(config)


More information about the Slony1-commit mailing list