~ubuntu-branches/debian/wheezy/autofs/wheezy

« back to all changes in this revision

Viewing changes to Makefile.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-03-08 01:36:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080308013609-cvs4f2ecoyoism02
Tags: 4.1.4+debian-2.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
  2.4 on 64-bit architectures.  Closes: #463419.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $id$
 
3
#
 
4
# Makefile.conf.in
 
5
#
 
6
# Pattern file to be filled in by configure; contains specific options to
 
7
# build autofs.
 
8
#
 
9
 
 
10
# Do we build with -fpie?
 
11
DAEMON_CFLAGS  = @DAEMON_CFLAGS@
 
12
DAEMON_LDFLAGS = @DAEMON_LDFLAGS@
 
13
 
 
14
# Special parameters for glibc (libc 6)
 
15
LIBNSL    = @LIBNSL@
 
16
LIBRESOLV = @LIBRESOLV@
 
17
 
 
18
# Hesiod support: yes (1) no (0)
 
19
HESIOD = @HAVE_HESIOD@
 
20
LIBHESIOD = @LIBHESIOD@
 
21
HESIOD_FLAGS = @HESIOD_FLAGS@
 
22
 
 
23
# LDAP support: yes (1) no (0)
 
24
LDAP = @HAVE_LDAP@
 
25
LIBLDAP= @LIBLDAP@
 
26
LDAP_FLAGS = @LDAP_FLAGS@
 
27
 
 
28
# NIS+ support: yes (1) no (0)
 
29
NISPLUS = @HAVE_NISPLUS@
 
30
 
 
31
# SMBFS support: yes (1) no (0)
 
32
SMBFS = @HAVE_SMBMOUNT@
 
33
 
 
34
# Support for calling e2fsck when mounting ext2 filesystems
 
35
EXT2FS = @HAVE_E2FSCK@
 
36
 
 
37
# Support for calling e3fsck when mounting ext3 filesystems
 
38
EXT3FS = @HAVE_E3FSCK@
 
39
 
 
40
#
 
41
# Note: the DESTDIR define is so you can build autofs into a temporary
 
42
# directory and still have all the compiled-in paths point to the right
 
43
# place.
 
44
#
 
45
 
 
46
# Common install prefix
 
47
prefix = @prefix@
 
48
exec_prefix = @exec_prefix@
 
49
 
 
50
# Directory for autofs modules
 
51
autofslibdir = @libdir@/autofs
 
52
 
 
53
# Where to install the automount program
 
54
sbindir = @sbindir@
 
55
 
 
56
# Where to install man pages
 
57
mandir = @mandir@
 
58
 
 
59
# Location for init.d files
 
60
initdir = @initdir@