~ubuntu-branches/ubuntu/lucid/libdebian-installer/lucid

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank, Bastian Blank, Martin Michlmayr, Colin Watson, Joey Hess
  • Date: 2006-05-31 23:02:10 UTC
  • Revision ID: james.westby@ubuntu.com-20060531230210-z3sc8766e7j7n9ci
Tags: 0.42
[ Bastian Blank ]
* Bump shared library revision to 6.
* Add small AVL tree implementation.

[ Martin Michlmayr ]
* Remove (incomplete) BAST and LAST support.
* Drop Riscstation since it's no longer supported in 2.6 kernels.
* Rename arm/riscpc to arm/rpc for consistency.

[ Colin Watson ]
* Fix Hurd detection at build time.

[ Joey Hess ]
* Move more resolver debug logging into ENABLE_EXTENSIVE_DEBUG ifdefs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
EXEEXT = @EXEEXT@
92
92
F77 = @F77@
93
93
FFLAGS = @FFLAGS@
 
94
GREP = @GREP@
94
95
INSTALL_DATA = @INSTALL_DATA@
95
96
INSTALL_PROGRAM = @INSTALL_PROGRAM@
96
97
INSTALL_SCRIPT = @INSTALL_SCRIPT@
121
122
STRIP = @STRIP@
122
123
SUBARCH_SYSTEM = @SUBARCH_SYSTEM@
123
124
VERSION = @VERSION@
124
 
ac_ct_AR = @ac_ct_AR@
125
125
ac_ct_CC = @ac_ct_CC@
126
126
ac_ct_CXX = @ac_ct_CXX@
127
127
ac_ct_F77 = @ac_ct_F77@
128
 
ac_ct_RANLIB = @ac_ct_RANLIB@
129
 
ac_ct_STRIP = @ac_ct_STRIP@
130
128
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
131
129
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
132
130
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
141
139
build_os = @build_os@
142
140
build_vendor = @build_vendor@
143
141
datadir = @datadir@
 
142
datarootdir = @datarootdir@
 
143
docdir = @docdir@
 
144
dvidir = @dvidir@
144
145
exec_prefix = @exec_prefix@
145
146
host = @host@
146
147
host_alias = @host_alias@
147
148
host_cpu = @host_cpu@
148
149
host_os = @host_os@
149
150
host_vendor = @host_vendor@
 
151
htmldir = @htmldir@
150
152
includedir = @includedir@
151
153
infodir = @infodir@
152
154
install_sh = @install_sh@
153
155
libdir = @libdir@
154
156
libexecdir = @libexecdir@
 
157
localedir = @localedir@
155
158
localstatedir = @localstatedir@
156
159
mandir = @mandir@
157
160
mkdir_p = @mkdir_p@
158
161
oldincludedir = @oldincludedir@
 
162
pdfdir = @pdfdir@
159
163
prefix = @prefix@
160
164
program_transform_name = @program_transform_name@
 
165
psdir = @psdir@
161
166
sbindir = @sbindir@
162
167
sharedstatedir = @sharedstatedir@
163
168
sysconfdir = @sysconfdir@