~ubuntu-branches/ubuntu/lucid/pdns/lucid

« back to all changes in this revision

Viewing changes to codedocs/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Haas
  • Date: 2008-11-25 20:11:46 UTC
  • mfrom: (1.1.6 upstream) (12.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081125201146-uanm7912puao6bn2
Tags: 2.9.21.2-1
* New Upstream Version
* Included typo fixes from Thijs Kinkhorst (closes: #502982)
* Removed the splitconfig call from debian/pdns-server.postinst as it
  broke configurations with multiline definitions. It should not be
  needed anymore anyway after an update from Sarge to Etch.
  (closes: #475141)
* Added patch for LDAP requests spanning subdomains due to incorrect
  LDAP search query (closes: #500137).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
SOURCES =
48
48
DIST_SOURCES =
49
49
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50
 
ACLOCAL = ${SHELL} /home/ahu/download/pdns-2.9.21.1/missing --run aclocal-1.9
 
50
ACLOCAL = ${SHELL} /home/ahu/download/pdns-2.9.21.2/missing --run aclocal-1.9
51
51
ALLSTATIC_FALSE = 
52
52
ALLSTATIC_TRUE = #
53
53
AMDEP_FALSE = #
54
54
AMDEP_TRUE = 
55
 
AMTAR = ${SHELL} /home/ahu/download/pdns-2.9.21.1/missing --run tar
 
55
AMTAR = ${SHELL} /home/ahu/download/pdns-2.9.21.2/missing --run tar
56
56
AR = ar
57
 
AUTOCONF = ${SHELL} /home/ahu/download/pdns-2.9.21.1/missing --run autoconf
58
 
AUTOHEADER = ${SHELL} /home/ahu/download/pdns-2.9.21.1/missing --run autoheader
59
 
AUTOMAKE = ${SHELL} /home/ahu/download/pdns-2.9.21.1/missing --run automake-1.9
 
57
AUTOCONF = ${SHELL} /home/ahu/download/pdns-2.9.21.2/missing --run autoconf
 
58
AUTOHEADER = ${SHELL} /home/ahu/download/pdns-2.9.21.2/missing --run autoheader
 
59
AUTOMAKE = ${SHELL} /home/ahu/download/pdns-2.9.21.2/missing --run automake-1.9
60
60
AWK = gawk
61
61
CC = gcc
62
62
CCDEPMODE = depmode=gcc3
95
95
LIBTOOL = $(SHELL) $(top_builddir)/libtool
96
96
LN_S = ln -s
97
97
LTLIBOBJS = 
98
 
MAKEINFO = ${SHELL} /home/ahu/download/pdns-2.9.21.1/missing --run makeinfo
 
98
MAKEINFO = ${SHELL} /home/ahu/download/pdns-2.9.21.2/missing --run makeinfo
99
99
MYSQL_incdir = /usr/include/mysql
100
100
MYSQL_lib = 
101
101
NEDMALLOC_FALSE = 
123
123
SQLITE_lib = 
124
124
STRIP = strip
125
125
THREADFLAGS = -pthread
126
 
VERSION = 2.9.21.1
 
126
VERSION = 2.9.21.2
127
127
YACC = bison -y
128
128
YFLAGS = 
129
129
ac_ct_CC = gcc
157
157
htmldir = ${docdir}
158
158
includedir = ${prefix}/include
159
159
infodir = ${datarootdir}/info
160
 
install_sh = /home/ahu/download/pdns-2.9.21.1/install-sh
 
160
install_sh = /home/ahu/download/pdns-2.9.21.2/install-sh
161
161
libdir = ${exec_prefix}/lib
162
162
libexecdir = ${exec_prefix}/libexec
163
163
localedir = ${datarootdir}/locale