version 1.1.2
[pgbouncer.git] / config.mak.in
bloba1c56ccf514cbc116052eb03f612629b367bc0cc
1 PACKAGE_VERSION = @PACKAGE_VERSION@
2 PACKAGE_TARNAME = @PACKAGE_TARNAME@
4 DEFS = @DEFS@
5 LIBS = @LIBS@
6 CC = @CC@
7 CPP = @CPP@
8 CPPFLAGS = @CPPFLAGS@
9 CFLAGS = @CFLAGS@
10 LDFLAGS = @LDFLAGS@
12 XMLTO = @XMLTO@
13 ASCIIDOC = @ASCIIDOC@
15 prefix = @prefix@
16 exec_prefix = @exec_prefix@
17 bindir = @bindir@
18 datarootdir = @datarootdir@
19 sysconfdir = @sysconfdir@
20 sharedstatedir = @sharedstatedir@
21 docdir = @docdir@
22 mandir = @mandir@
24 top_builddir = @top_builddir@
25 srcdir = @srcdir@
26 abs_srcdir = @abs_srcdir@
27 top_srcdir = @top_srcdir@
28 abs_top_srcdir = @abs_top_srcdir@
29 builddir = @builddir@
30 abs_builddir = @abs_builddir@
31 abs_top_builddir = @abs_top_builddir@
33 # autoconf does not want to find 'install'
34 # if im not using automake...
35 INSTALL = @INSTALL@
36 BININSTALL = @BININSTALL@
38 enable_debug = @enable_debug@