~ubuntu-branches/ubuntu/maverick/slony1/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2010-04-17 23:06:42 UTC
  • mfrom: (1.1.12 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100417230642-fhld39orcligbnm4
Tags: 1.2.21-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#
12
12
# Process this file with autoconf to produce a configure script.
13
13
# ----------
14
 
m4_define([SLONREL_VERSION], esyscmd([echo "$Name: REL_1_2_20 $" | \
 
14
m4_define([SLONREL_VERSION], esyscmd([echo "$Name: REL_1_2_21 $" | \
15
15
  sed -e 's/\:\ REL_//' -e 's/\$//g' -e 's/_/./g' -e 's/\./\_/3' \
16
16
    -e 's/\ //g' -e s/\:/`date +HEAD_%Y%m%d`/ | tr -d '\n']))
17
17