~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: 2007-09-05 11:01:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905110155-fy18zbv3jn9bnvfg
Tags: 1.2.11-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#       Copyright (c) 2003-2004, PostgreSQL Global Development Group
8
8
#       Author: Jan Wieck, Afilias USA INC.
9
9
#
10
 
# $Id: configure.ac,v 1.57.2.2 2007-02-20 11:29:39 xfade Exp $
 
10
# $Id: configure.ac,v 1.57.2.3 2007-05-02 21:37:06 cbbrowne Exp $
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_9 $" | \
 
14
m4_define([SLONREL_VERSION], esyscmd([echo "$Name: REL_1_2_11 $" | \
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
 
162
162
ACX_LIBSNMP()
163
163
ACX_SLONYTOOLS()
164
164
 
 
165
AC_SUBST(PG_VERSION_MAJOR, $PG_VERSION_MAJOR)
 
166
AC_SUBST(PG_VERSION_MINOR, $PG_VERSION_MINOR)
 
167
AC_SUBST(PG_VERSION, $PG_VERSION)
 
168
 
165
169
AC_SUBST(PGINCLUDEDIR, $PG_INCLUDEDIR)
166
170
AC_SUBST(PGINCLUDESERVERDIR, $PG_INCLUDESERVERDIR)
167
171
AC_SUBST(PGLIBDIR, $PG_LIBDIR)