~ubuntu-branches/ubuntu/precise/autofs5/precise

« back to all changes in this revision

Viewing changes to .pc/autofs-5.0.5-include-krb5-library.patch/Makefile.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-07-03 14:35:46 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110703143546-nej26krjij0rf792
Tags: 5.0.6-0ubuntu1
* New upstream release:
  - Dropped upstream patches 
  - Refreshed debian/patches/17ld.patch.

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
 
# SASL support: yes (1) no (0)
29
 
XML_LIBS = @XML_LIBS@
30
 
XML_FLAGS = @XML_FLAGS@
31
 
SASL = @HAVE_SASL@
32
 
LIBSASL= @LIBSASL@
33
 
SASL_FLAGS = @SASL_FLAGS@
34
 
 
35
 
# NIS+ support: yes (1) no (0)
36
 
NISPLUS = @HAVE_NISPLUS@
37
 
 
38
 
# SMBFS support: yes (1) no (0)
39
 
SMBFS = @HAVE_SMBMOUNT@
40
 
 
41
 
# Support for calling e2fsck when mounting ext2 filesystems
42
 
EXT2FS = @HAVE_E2FSCK@
43
 
 
44
 
# Support for calling e3fsck when mounting ext3 filesystems
45
 
EXT3FS = @HAVE_E3FSCK@
46
 
 
47
 
# Support for calling e4fsck when mounting ext4 filesystems
48
 
EXT4FS = @HAVE_E4FSCK@
49
 
 
50
 
LEX = @PATH_LEX@
51
 
YACC = @PATH_YACC@
52
 
RPCGEN = @PATH_RPCGEN@
53
 
RANLIB = @PATH_RANLIB@
54
 
 
55
 
# Use libtirpc if requested and available
56
 
TIRPCLIB = @TIRPCLIB@
57
 
 
58
 
# Use dmalloc for memory debuging
59
 
DMALLOCLIB = @DMALLOCLIB@
60
 
 
61
 
#
62
 
# Note: the DESTDIR define is so you can build autofs into a temporary
63
 
# directory and still have all the compiled-in paths point to the right
64
 
# place.
65
 
#
66
 
 
67
 
# Common install prefix
68
 
prefix = @prefix@
69
 
exec_prefix = @exec_prefix@
70
 
 
71
 
# Directory for autofs modules
72
 
autofslibdir = @libdir@/autofs
73
 
 
74
 
# Location for configuration init script
75
 
autofsconfdir = @confdir@
76
 
 
77
 
# Location for autofs maps
78
 
autofsmapdir = @mapdir@
79
 
 
80
 
# Location for autofs fifos
81
 
autofsfifodir = @fifodir@
82
 
 
83
 
# Location for autofs flag file
84
 
autofsflagdir = @flagdir@
85
 
 
86
 
# Where to install the automount program
87
 
sbindir = @sbindir@
88
 
 
89
 
# Where to install man pages
90
 
datarootdir = @datarootdir@
91
 
mandir = @mandir@
92
 
 
93
 
# Location for init.d files
94
 
initdir = @initdir@
95