chiark / gitweb /
udev: drop duplicate logging
[elogind.git] / configure.ac
1 #
2 #  This file is part of systemd.
3 #
4 #  Copyright 2010-2012 Lennart Poettering
5 #  Copyright 2010-2012 Kay Sievers
6 #
7 #  systemd is free software; you can redistribute it and/or modify it
8 #  under the terms of the GNU Lesser General Public License as published by
9 #  the Free Software Foundation; either version 2.1 of the License, or
10 #  (at your option) any later version.
11 #
12 #  systemd is distributed in the hope that it will be useful, but
13 #  WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 #  Lesser General Public License for more details.
16 #
17 #  You should have received a copy of the GNU Lesser General Public License
18 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
19
20 AC_PREREQ([2.64])
21
22 AC_INIT([systemd],
23         [216],
24         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
25         [systemd],
26         [http://www.freedesktop.org/wiki/Software/systemd])
27
28 AC_CONFIG_SRCDIR([src/core/main.c])
29 AC_CONFIG_MACRO_DIR([m4])
30 AC_CONFIG_HEADERS([config.h])
31 AC_CONFIG_AUX_DIR([build-aux])
32
33 AC_USE_SYSTEM_EXTENSIONS
34 AC_SYS_LARGEFILE
35 AC_PREFIX_DEFAULT([/usr])
36 AM_MAINTAINER_MODE([enable])
37 AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
38 AM_SILENT_RULES([yes])
39 AC_CANONICAL_HOST
40 AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
41 AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" ||
42        test "x$host_cpu" = "xmips64" || test "x$host_cpu" = "xmips64el"],
43       [AC_DEFINE(ARCH_MIPS, [], [Whether on mips arch])])
44
45 LT_PREREQ(2.2)
46 LT_INIT([disable-static])
47
48 AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])])
49 AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])])
50
51 # i18n stuff for the PolicyKit policy files
52
53 # Check whether intltool can be found, disable NLS otherwise
54 AC_CHECK_PROG(intltool_found, [intltool-merge], [yes], [no])
55 AS_IF([test x"$intltool_found" != xyes],
56       [AS_IF([test x"$enable_nls" = xyes],
57              [AC_MSG_ERROR([--enable-nls requested but intltool not found])],
58              [AS_IF([test x"$enable_nls" != xno],
59                     [AC_MSG_WARN([*** Disabling NLS support because intltool was not found])
60                      enable_nls=no])
61              ])
62       ])
63
64 AM_NLS
65 AS_IF([test x"$enable_nls" != xno -o "x$enable_polkit" != xno], [
66     # intltoolize greps for '^(AC|IT)_PROG_INTLTOOL', so it needs to be on its own line
67 IT_PROG_INTLTOOL([0.40.0])
68 ])
69
70 AS_IF([test -z "$INTLTOOL_POLICY_RULE"], [
71     # If intltool is not available, provide a dummy rule to fail generation of %.policy files with a meaningful error message
72     INTLTOOL_POLICY_RULE='%.policy: %.policy.in ; @echo "  ITMRG   " $@ && echo "*** intltool support required to build target $@" && false'
73     AC_SUBST(INTLTOOL_POLICY_RULE)
74 ])
75
76 GETTEXT_PACKAGE=systemd
77 AC_SUBST(GETTEXT_PACKAGE)
78
79 AC_PROG_MKDIR_P
80 AC_PROG_LN_S
81 AC_PROG_SED
82 AC_PROG_GREP
83 AC_PROG_AWK
84
85 AC_PROG_CC_C99
86
87 AC_PATH_PROG([M4], [m4])
88 AC_PATH_PROG([XSLTPROC], [xsltproc])
89
90 AC_PATH_PROG([QUOTAON], [quotaon], [/usr/sbin/quotaon], [$PATH:/usr/sbin:/sbin])
91 AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck], [$PATH:/usr/sbin:/sbin])
92
93 AC_PATH_PROG([KILL], [kill], [/usr/bin/kill], [$PATH:/usr/sbin:/sbin])
94
95 AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod], [$PATH:/usr/sbin:/sbin])
96
97 AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec], [$PATH:/usr/sbin:/sbin])
98
99 AS_IF([! ln --relative --help > /dev/null 2>&1], [AC_MSG_ERROR([*** ln doesn't support --relative ***])])
100
101 M4_DEFINES=
102
103 # gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
104 m4_ifdef([GTK_DOC_CHECK], [
105 GTK_DOC_CHECK([1.18],[--flavour no-tmpl])],
106          [AM_CONDITIONAL([ENABLE_GTK_DOC], [false])
107           enable_gtk_doc=no])
108
109 AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
110         AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
111 ])
112
113 m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
114 GOBJECT_INTROSPECTION_CHECK([1.31.1])
115 ], [
116    AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
117    enable_introspection=no])
118
119 AC_CHECK_TOOL(STRINGS, strings)
120 AC_CHECK_TOOL(GPERF, gperf)
121 if test -z "$GPERF" ; then
122         AC_MSG_ERROR([*** gperf not found])
123 fi
124
125 # ------------------------------------------------------------------------------
126 address_sanitizer_cflags=
127 address_sanitizer_cppflags=
128 address_sanitizer_ldflags=
129 AC_ARG_ENABLE(address-sanitizer, AS_HELP_STRING([--enable-address-sanitizer], [enable -fsanitize=address]))
130 AS_IF([test "x$enable_address_sanitizer" = "xyes"], [
131             CC_CHECK_FLAG_APPEND([with_as_cflags], [CFLAGS], [-fsanitize=address])
132             AS_IF([test -z "$with_as_cflags"],
133                   [AC_MSG_ERROR([*** -fsanitize=address is not supported])])
134             address_sanitizer_cflags="$with_as_cflags -fno-omit-frame-pointer -DVALGRIND=1"
135             address_sanitizer_cppflags="-DVALGRIND=1"
136             address_sanitizer_ldflags="-Wc,-fsanitize=address"
137       ])
138
139 undefined_sanitizer_cflags=
140 undefined_sanitizer_cppflags=
141 undefined_sanitizer_ldflags=
142 AC_ARG_ENABLE(undefined-sanitizer, AS_HELP_STRING([--enable-undefined-sanitizer], [enable -fsanitize=undefined]))
143 AS_IF([test "x$enable_undefined_sanitizer" = "xyes"], [
144             CC_CHECK_FLAG_APPEND([with_us_cflags], [CFLAGS], [-fsanitize=undefined])
145             AS_IF([test -z "$with_us_cflags"],
146                   [AC_MSG_ERROR([*** -fsanitize=undefined is not supported])])
147             undefined_sanitizer_cflags="$with_us_cflags -fno-omit-frame-pointer -DVALGRIND=1"
148             undefined_sanitizer_cppflags="-DVALGRIND=1"
149             undefined_sanitizer_ldflags="-Wc,-fsanitize=undefined"
150       ])
151
152 sanitizer_cflags="$address_sanitizer_cflags $undefined_sanitizer_cflags"
153 sanitizer_cppflags="$address_sanitizer_cppflags $undefined_sanitizer_cppflags"
154 sanitizer_ldflags="$address_sanitizer_ldflags $undefined_sanitizer_ldflags"
155
156 CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
157         -pipe \
158         -Wall \
159         -Wextra \
160         -Wno-inline \
161         -Wundef \
162         "-Wformat=2 -Wformat-security -Wformat-nonliteral" \
163         -Wlogical-op \
164         -Wsign-compare \
165         -Wmissing-include-dirs \
166         -Wold-style-definition \
167         -Wpointer-arith \
168         -Winit-self \
169         -Wdeclaration-after-statement \
170         -Wfloat-equal \
171         -Wsuggest-attribute=noreturn \
172         -Wmissing-prototypes \
173         -Wstrict-prototypes \
174         -Wredundant-decls \
175         -Wmissing-declarations \
176         -Wmissing-noreturn \
177         -Wshadow \
178         -Wendif-labels \
179         -Wstrict-aliasing=2 \
180         -Wwrite-strings \
181         -Wno-long-long \
182         -Wno-overlength-strings \
183         -Wno-unused-parameter \
184         -Wno-missing-field-initializers \
185         -Wno-unused-result \
186         -Wno-typedef-redefinition \
187         -Werror=overflow \
188         -Wdate-time \
189         -Wnested-externs \
190         -ffast-math \
191         -fno-common \
192         -fdiagnostics-show-option \
193         -fno-strict-aliasing \
194         -fvisibility=hidden \
195         -ffunction-sections \
196         -fdata-sections \
197         -fstack-protector \
198         -fstack-protector-strong \
199         -fPIE \
200         --param=ssp-buffer-size=4])
201 AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
202         [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
203                -flto -ffat-lto-objects])],
204         [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
205 AC_SUBST([OUR_CFLAGS], "$with_cflags $sanitizer_cflags")
206
207 AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
208         [CC_CHECK_FLAGS_APPEND([with_cppflags], [CPPFLAGS], [\
209                -Wp,-D_FORTIFY_SOURCE=2])],
210         [AC_MSG_RESULT([skipping -D_FORTIFY_SOURCE, optimization not enabled])])
211 AC_SUBST([OUR_CPPFLAGS], "$with_cppflags $sanitizer_cppflags")
212
213 CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
214         -Wl,--as-needed \
215         -Wl,--no-undefined \
216         -Wl,--gc-sections \
217         -Wl,-z,relro \
218         -Wl,-z,now \
219         -pie \
220         -Wl,-fuse-ld=gold])
221 AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
222
223 AC_CHECK_SIZEOF(pid_t)
224 AC_CHECK_SIZEOF(uid_t)
225 AC_CHECK_SIZEOF(gid_t)
226 AC_CHECK_SIZEOF(time_t)
227 AC_CHECK_SIZEOF(dev_t)
228 AC_CHECK_SIZEOF(rlim_t,,[
229        #include <sys/time.h>
230        #include <sys/resource.h>
231 ])
232
233 # ------------------------------------------------------------------------------
234 # we use python to build the man page index, and for systemd-python
235 have_python=no
236 AC_ARG_WITH([python],
237         [AS_HELP_STRING([--without-python], [Disable building the man page index and systemd-python (default: test)])])
238
239 have_lxml=no
240 AS_IF([test "x$with_python" != "xno"], [
241         AM_PATH_PYTHON(,, [:])
242         AS_IF([test "x$PYTHON" != "x:"], [
243                 AC_MSG_CHECKING([for python lxml module])
244                 AS_IF(["$PYTHON" -c 'import lxml' 2>/dev/null], [have_lxml=yes])
245                 AC_MSG_RESULT([$have_lxml])
246                 AS_IF([test "x$have_lxml" = "xyes"], [have_python=yes],
247                       [AC_MSG_WARN([*** python support requires python-lxml module installed])])
248         ])
249 ])
250 AS_IF([test "$have_python" != "yes"], [
251       AS_IF([test "$with_python" = "yes"],
252             [AC_MSG_ERROR([*** python support requested but python support not found])])
253       AS_IF([test "$with_python" != "no"],
254             [AC_MSG_WARN([*** python support not found, some documentation cannot be built])])
255 ])
256
257 AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
258 AS_IF([test "x$PYTHON_BINARY" = "x"],
259       [AS_IF([test "x$have_python" = "xyes"],
260              [PYTHON_BINARY="$(which "$PYTHON")"],
261              [PYTHON_BINARY=/usr/bin/python])])
262 AC_ARG_VAR(PYTHON_BINARY, [Python binary used to launch installed scripts])
263
264 AS_IF([test "x$have_python" != "xyes" -a "x$enable_python_devel" = "xyes"],
265       [AC_MSG_ERROR([*** python-devel support requires --with-python])])
266
267 have_python_devel=no
268 AC_ARG_ENABLE(python_devel, AS_HELP_STRING([--disable-python-devel], [Do not build python modules]))
269 AS_IF([test "x$have_python" = "xyes" -a "x$enable_python_devel" != "xno"], [
270       PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}],
271             [have_python_devel=yes],
272             [PKG_CHECK_MODULES([PYTHON_DEVEL], [python],
273                   [have_python_devel=yes],
274                   [have_python_devel=no])])
275       AS_IF([test "x$have_python_devel" = xno -a "x$enable_python_devel" = xyes],
276             [AC_MSG_ERROR([*** python-devel support requested but libraries not found])])
277       AC_PATH_PROGS(SPHINX_BUILD, sphinx-build-${PYTHON_VERSION} sphinx-build)
278 ])
279 AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test "$have_python_devel" = "yes"])
280
281 # ------------------------------------------------------------------------------
282
283 AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([*** Dynamic linking loader library not found])])
284 AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
285 AC_CHECK_HEADERS([linux/btrfs.h], [], [])
286
287 # unconditionally pull-in librt with old glibc versions
288 AC_SEARCH_LIBS([clock_gettime], [rt], [], [])
289
290 save_LIBS="$LIBS"
291 LIBS=
292 AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not found])])
293 CAP_LIBS="$LIBS"
294 AC_SUBST(CAP_LIBS)
295
296 LIBS=
297 AC_SEARCH_LIBS([mq_open], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])])
298 RT_LIBS="$LIBS"
299 AC_SUBST(RT_LIBS)
300 LIBS="$save_LIBS"
301
302 AC_CHECK_FUNCS([fanotify_init fanotify_mark])
303 AC_CHECK_FUNCS([__secure_getenv secure_getenv])
304 AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, LO_FLAGS_PARTSCAN],
305                [], [], [[
306 #include <sys/types.h>
307 #include <unistd.h>
308 #include <sys/mount.h>
309 #include <fcntl.h>
310 #include <sched.h>
311 #include <linux/loop.h>
312 ]])
313
314 AC_CHECK_DECLS([IFLA_MACVLAN_FLAGS,
315                 IFLA_VTI_REMOTE,
316                 IFLA_PHYS_PORT_ID,
317                 IFLA_BOND_AD_INFO,
318                 IFLA_VLAN_PROTOCOL,
319                 IFLA_VXLAN_LOCAL6,
320                 IFLA_IPTUN_6RD_RELAY_PREFIXLEN,
321                 IFLA_BRIDGE_VLAN_INFO],
322 [], [], [[
323 #include <inttypes.h>
324 #include <netinet/in.h>
325 #include <netinet/ether.h>
326 #include <linux/rtnetlink.h>
327 #include <net/if.h>
328 #include <linux/ip.h>
329 #include <linux/if_tunnel.h>
330 #include <linux/if_link.h>
331 #include <linux/if_bridge.h>
332 ]])
333
334 # This makes sure pkg.m4 is available.
335 m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
336
337 # ------------------------------------------------------------------------------
338 have_dbus=no
339 AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [disable usage of dbus-1 in tests]))
340 AS_IF([test "x$enable_dbus" != "xno"], [
341         PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.3.2],
342                 [AC_DEFINE(HAVE_DBUS, 1, [Define if dbus-1 library is available]) have_dbus=yes],
343                 [have_dbus=no])
344         AS_IF([test "x$have_dbus" = "xno" -a "x$enable_dbus" = "xyes"],
345                 [AC_MSG_ERROR([*** dbus-1 support requested but libraries not found])])])
346 AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"])
347
348 # ------------------------------------------------------------------------------
349 have_compat_libs=no
350 AC_ARG_ENABLE([compat_libs], AS_HELP_STRING([--enable-compat-libs],[Enable creation of compatibility libraries]),
351                 [case "${enableval}" in
352                         yes) have_compat_libs=yes ;;
353                         no) have_compat_libs=no ;;
354                         *) AC_MSG_ERROR(bad value ${enableval} for --enable-compat-libs) ;;
355                 esac],
356                 [have_compat_libs=no])
357 AM_CONDITIONAL([ENABLE_COMPAT_LIBS], [test "$have_compat_libs" = "yes"])
358
359 # ------------------------------------------------------------------------------
360 have_coverage=no
361 AC_ARG_ENABLE(coverage, AS_HELP_STRING([--enable-coverage], [enable test coverage]))
362 if test "x$enable_coverage" = "xyes" ; then
363         AC_CHECK_PROG(lcov_found, [lcov], [yes], [no])
364         if test "x$lcov_found" = xno ; then
365                 AC_MSG_ERROR([*** lcov support requested but the program was not found])
366         else
367                 lcov_version_major="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 1`"
368                 lcov_version_minor="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 2`"
369                 if test "$lcov_version_major" -eq 1 -a "$lcov_version_minor" -lt 10; then
370                         AC_MSG_ERROR([*** lcov version is too old. 1.10 required])
371                 else
372                         have_coverage=yes
373                         CC_CHECK_FLAGS_APPEND([with_coverage_cflags], [CFLAGS], [\
374                         -fprofile-arcs \
375                         -ftest-coverage])
376                         AC_SUBST([OUR_CFLAGS], "$with_cflags $with_coverage_cflags")
377                 fi
378         fi
379 fi
380 AM_CONDITIONAL(ENABLE_COVERAGE, [test "$have_coverage" = "yes"])
381
382 # ------------------------------------------------------------------------------
383 have_kmod=no
384 AC_ARG_ENABLE(kmod, AS_HELP_STRING([--disable-kmod], [disable loadable modules support]))
385 if test "x$enable_kmod" != "xno"; then
386         PKG_CHECK_EXISTS([ libkmod ], have_kmod=yes, have_kmod=no)
387         if test "x$have_kmod" = "xyes"; then
388                 PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ],
389                         [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])],
390                         AC_MSG_ERROR([*** kmod version >= 15 not found]))
391         fi
392         if test "x$have_kmod" = xno -a "x$enable_kmod" = xyes; then
393                 AC_MSG_ERROR([*** kmod support requested, but libraries not found])
394         fi
395 fi
396 AM_CONDITIONAL(HAVE_KMOD, [test "$have_kmod" = "yes"])
397
398 # ------------------------------------------------------------------------------
399 have_blkid=no
400 AC_ARG_ENABLE(blkid, AS_HELP_STRING([--disable-blkid], [disable blkid support]))
401 if test "x$enable_blkid" != "xno"; then
402         PKG_CHECK_MODULES(BLKID, [ blkid >= 2.20 ],
403                 [AC_DEFINE(HAVE_BLKID, 1, [Define if blkid is available]) have_blkid=yes], have_blkid=no)
404         if test "x$have_blkid" = xno -a "x$enable_blkid" = xyes; then
405                 AC_MSG_ERROR([*** blkid support requested but libraries not found])
406         fi
407 fi
408 AM_CONDITIONAL(HAVE_BLKID, [test "$have_blkid" = "yes"])
409
410 # ------------------------------------------------------------------------------
411 have_seccomp=no
412 AC_ARG_ENABLE(seccomp, AS_HELP_STRING([--disable-seccomp], [Disable optional SECCOMP support]))
413 if test "x$enable_seccomp" != "xno"; then
414         PKG_CHECK_MODULES(SECCOMP, [libseccomp >= 1.0.0],
415                [AC_DEFINE(HAVE_SECCOMP, 1, [Define if seccomp is available])
416                 have_seccomp=yes
417                 M4_DEFINES="$M4_DEFINES -DHAVE_SECCOMP"],
418                [have_seccomp=no])
419         if test "x$have_seccomp" = "xno" -a "x$enable_seccomp" = "xyes"; then
420                 AC_MSG_ERROR([*** seccomp support requested but libraries not found])
421         fi
422 fi
423 AM_CONDITIONAL(HAVE_SECCOMP, [test "$have_seccomp" = "yes"])
424
425 # ------------------------------------------------------------------------------
426 have_ima=yes
427 AC_ARG_ENABLE([ima], AS_HELP_STRING([--disable-ima],[Disable optional IMA support]),
428                 [case "${enableval}" in
429                         yes) have_ima=yes ;;
430                         no) have_ima=no ;;
431                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-ima) ;;
432                 esac],
433                 [have_ima=yes])
434
435 if test "x${have_ima}" != xno ; then
436         AC_DEFINE(HAVE_IMA, 1, [Define if IMA is available])
437 fi
438
439 # ------------------------------------------------------------------------------
440 have_chkconfig=yes
441 AC_ARG_ENABLE([chkconfig], AS_HELP_STRING([--disable-chkconfig],[Disable optional chkconfig support]),
442                 [case "${enableval}" in
443                         yes) have_chkconfig=yes ;;
444                         no) have_chkconfig=no ;;
445                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-chkconfig) ;;
446                 esac],
447                 [AC_PATH_PROG(CHKCONFIG, chkconfig)
448                 if test -z "$CHKCONFIG"; then
449                         have_chkconfig=no
450                 else
451                         have_chkconfig=yes
452                 fi])
453
454 if test "x${have_chkconfig}" != xno ; then
455         AC_DEFINE(HAVE_CHKCONFIG, 1, [Define if CHKCONFIG is available])
456 fi
457
458 # ------------------------------------------------------------------------------
459 have_selinux=no
460 AC_ARG_ENABLE(selinux, AS_HELP_STRING([--disable-selinux], [Disable optional SELINUX support]))
461 if test "x$enable_selinux" != "xno"; then
462         PKG_CHECK_MODULES([SELINUX], [libselinux >= 2.1.9],
463                 [AC_DEFINE(HAVE_SELINUX, 1, [Define if SELinux is available])
464                  have_selinux=yes
465                  M4_DEFINES="$M4_DEFINES -DHAVE_SELINUX"],
466                 [have_selinux=no])
467         if test "x$have_selinux" = xno -a "x$enable_selinux" = xyes; then
468                 AC_MSG_ERROR([*** SELinux support requested but libraries not found])
469         fi
470 fi
471 AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"])
472
473 have_apparmor=no
474 AC_ARG_ENABLE(apparmor, AS_HELP_STRING([--disable-apparmor], [Disable optional AppArmor support]))
475 if test "x$enable_apparmor" != "xno"; then
476         PKG_CHECK_MODULES([APPARMOR], [libapparmor],
477                 [AC_DEFINE(HAVE_APPARMOR, 1, [Define if AppArmor is available])
478                  have_apparmor=yes
479                  M4_DEFINES="$M4_DEFINES -DHAVE_APPARMOR"],
480                 [have_apparmor=no])
481         if test "x$have_apparmor" = xno -a "x$enable_apparmor" = xyes; then
482                 AC_MSG_ERROR([*** AppArmor support requested but libraries not found])
483         fi
484 fi
485 AM_CONDITIONAL(HAVE_APPARMOR, [test "$have_apparmor" = "yes"])
486
487
488 AC_ARG_WITH(debug-shell,
489         AS_HELP_STRING([--with-debug-shell=PATH],
490                 [Path to debug shell binary]),
491         [SUSHELL="$withval"],[
492         AS_IF([test "x${have_selinux}" != "xno"], [SUSHELL="/sbin/sushell"] , [SUSHELL="/bin/sh"])])
493
494 AC_SUBST(SUSHELL)
495
496 AC_ARG_WITH([debug-tty],
497         AS_HELP_STRING([--with-debug-tty=PATH],
498                 [Specify the tty device for debug shell]),
499         [DEBUGTTY="$withval"],
500         [DEBUGTTY=/dev/tty9])
501
502 AC_SUBST(DEBUGTTY)
503
504 AC_ARG_WITH([certificate-root],
505         AS_HELP_STRING([--with-certificate-root=PATH],
506                 [Specify the prefix for TLS certificates [/etc/ssl]]),
507         [CERTIFICATEROOT="$withval"],
508         [CERTIFICATEROOT="/etc/ssl"])
509
510 AC_SUBST(CERTIFICATEROOT)
511
512 # ------------------------------------------------------------------------------
513 have_xz=no
514 AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ support]))
515 if test "x$enable_xz" != "xno"; then
516         PKG_CHECK_MODULES(XZ, [ liblzma ],
517                 [AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz=yes])
518         if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then
519                 AC_MSG_ERROR([*** XZ support requested but libraries not found])
520         fi
521 fi
522 AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"])
523
524 # ------------------------------------------------------------------------------
525 have_lz4=no
526 AC_ARG_ENABLE(lz4, AS_HELP_STRING([--enable-lz4], [Enable optional LZ4 support]))
527 AS_IF([test "x$enable_lz4" == "xyes"], [
528         AC_CHECK_HEADERS(lz4.h,
529                [AC_DEFINE(HAVE_LZ4, 1, [Define in LZ4 is available]) have_lz4=yes],
530                [AC_MSG_ERROR([*** LZ4 support requested but headers not found])])
531 ])
532 AM_CONDITIONAL(HAVE_LZ4, [test "$have_lz4" = "yes"])
533
534 AM_CONDITIONAL(HAVE_COMPRESSION, [test "$have_xz" = "yes" -o "$have_lz4" = "yes"])
535
536 # ------------------------------------------------------------------------------
537 AC_ARG_ENABLE([pam],
538         AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),
539                 [case "${enableval}" in
540                         yes) have_pam=yes ;;
541                         no) have_pam=no ;;
542                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-pam) ;;
543                 esac],
544                 [have_pam=auto])
545
546 if test "x${have_pam}" != xno ; then
547         AC_CHECK_HEADERS(
548                 [security/pam_modules.h security/pam_modutil.h security/pam_ext.h],
549                 [have_pam=yes],
550                 [if test "x$have_pam" = xyes ; then
551                         AC_MSG_ERROR([*** PAM headers not found.])
552                 fi])
553
554         AC_CHECK_LIB(
555                 [pam],
556                 [pam_syslog],
557                 [have_pam=yes],
558                 [if test "x$have_pam" = xyes ; then
559                         AC_MSG_ERROR([*** libpam not found.])
560                 fi])
561
562         if test "x$have_pam" = xyes ; then
563                 PAM_LIBS="-lpam -lpam_misc"
564                 AC_DEFINE(HAVE_PAM, 1, [PAM available])
565                 M4_DEFINES="$M4_DEFINES -DHAVE_PAM"
566         else
567                 have_pam=no
568         fi
569 else
570         PAM_LIBS=
571 fi
572 AC_SUBST(PAM_LIBS)
573 AM_CONDITIONAL([HAVE_PAM], [test "x$have_pam" != xno])
574
575 # ------------------------------------------------------------------------------
576 AC_ARG_ENABLE([acl],
577         AS_HELP_STRING([--disable-acl],[Disable optional ACL support]),
578                 [case "${enableval}" in
579                         yes) have_acl=yes ;;
580                         no) have_acl=no ;;
581                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-acl) ;;
582                 esac],
583                 [have_acl=auto])
584
585 if test "x${have_acl}" != xno ; then
586         AC_CHECK_HEADERS(
587                 [sys/acl.h acl/libacl.h],
588                 [have_acl=yes],
589                 [if test "x$have_acl" = xyes ; then
590                         AC_MSG_ERROR([*** ACL headers not found.])
591                 fi])
592
593         AC_CHECK_LIB(
594                 [acl],
595                 [acl_get_file],
596                 [have_acl=yes],
597                 [if test "x$have_acl" = xyes ; then
598                         AC_MSG_ERROR([*** libacl not found.])
599                 fi])
600
601         if test "x$have_acl" = xyes ; then
602                 ACL_LIBS="-lacl"
603                 AC_DEFINE(HAVE_ACL, 1, [ACL available])
604         else
605                 have_acl=no
606         fi
607 else
608         ACL_LIBS=
609 fi
610 AC_SUBST(ACL_LIBS)
611 AM_CONDITIONAL([HAVE_ACL], [test "x$have_acl" != xno])
612
613 # ------------------------------------------------------------------------------
614 AC_ARG_ENABLE([smack], AS_HELP_STRING([--disable-smack],[Disable optional SMACK support]),
615                 [case "${enableval}" in
616                         yes) have_smack=yes ;;
617                         no) have_smack=no ;;
618                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-smack) ;;
619                 esac],
620                 [have_smack=auto])
621
622 if test "x${have_smack}" = xauto; then
623         M4_DEFINES="$M4_DEFINES -DHAVE_SMACK"
624         have_smack=yes
625 fi
626
627 AC_ARG_WITH(smack-run-label,
628 AS_HELP_STRING([--with-smack-run-label=STRING],
629         [run systemd --system with a specific SMACK label]),
630         [AC_DEFINE_UNQUOTED(SMACK_RUN_LABEL, ["$withval"], [Run with a smack label])],
631         [])
632
633 if test "x${have_smack}" = xyes ; then
634         AC_DEFINE(HAVE_SMACK, 1, [Define if SMACK is available])
635 fi
636
637 # ------------------------------------------------------------------------------
638 AC_ARG_ENABLE([gcrypt],
639         AS_HELP_STRING([--disable-gcrypt],[Disable optional GCRYPT support]),
640                 [case "${enableval}" in
641                         yes) have_gcrypt=yes ;;
642                         no) have_gcrypt=no ;;
643                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-gcrypt) ;;
644                 esac],
645                 [have_gcrypt=auto])
646
647 if test "x${have_gcrypt}" != xno ; then
648         AM_PATH_LIBGCRYPT(
649                 [1.4.5],
650                 [have_gcrypt=yes],
651                 [if test "x$have_gcrypt" = xyes ; then
652                         AC_MSG_ERROR([*** GCRYPT headers not found.])
653                 fi])
654
655         if test "x$have_gcrypt" = xyes ; then
656                 GCRYPT_LIBS="$LIBGCRYPT_LIBS"
657                 GCRYPT_CFLAGS="$LIBGCRYPT_CFLAGS"
658                 AC_DEFINE(HAVE_GCRYPT, 1, [GCRYPT available])
659         else
660                 have_gcrypt=no
661         fi
662 else
663         GCRYPT_LIBS=
664         GCRYPT_CFLAGS=
665 fi
666 AC_SUBST(GCRYPT_LIBS)
667 AC_SUBST(GCRYPT_CFLAGS)
668 AM_CONDITIONAL([HAVE_GCRYPT], [test "x$have_gcrypt" != xno])
669
670 # ------------------------------------------------------------------------------
671 AC_ARG_ENABLE([audit],
672         AS_HELP_STRING([--disable-audit],[Disable optional AUDIT support]),
673                 [case "${enableval}" in
674                         yes) have_audit=yes ;;
675                         no) have_audit=no ;;
676                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-audit) ;;
677                 esac],
678                 [have_audit=auto])
679
680 if test "x${have_audit}" != xno ; then
681         AC_CHECK_HEADERS(
682                 [libaudit.h],
683                 [have_audit=yes],
684                 [if test "x$have_audit" = xyes ; then
685                         AC_MSG_ERROR([*** AUDIT headers not found.])
686                 fi])
687
688         AC_CHECK_LIB(
689                 [audit],
690                 [audit_open],
691                 [have_audit=yes],
692                 [if test "x$have_audit" = xyes ; then
693                         AC_MSG_ERROR([*** libaudit not found.])
694                 fi])
695
696         if test "x$have_audit" = xyes ; then
697                 AUDIT_LIBS="-laudit"
698                 AC_DEFINE(HAVE_AUDIT, 1, [AUDIT available])
699         else
700                 have_audit=no
701         fi
702 else
703         AUDIT_LIBS=
704 fi
705 AC_SUBST(AUDIT_LIBS)
706
707 # ------------------------------------------------------------------------------
708 AC_ARG_ENABLE([elfutils],
709         AS_HELP_STRING([--disable-elfutils],[Disable optional ELFUTILS support]),
710                 [case "${enableval}" in
711                         yes) have_elfutils=yes ;;
712                         no) have_elfutils=no ;;
713                         *) AC_MSG_ERROR(bad value ${enableval} for --disable-elfutils) ;;
714                 esac],
715                 [have_elfutils=auto])
716
717 if test "x${have_elfutils}" != xno ; then
718         AC_CHECK_HEADERS(
719                 [elfutils/libdwfl.h],
720                 [],
721                 [if test "x$have_elfutils" = xyes ; then
722                         AC_MSG_ERROR([*** ELFUTILS headers not found.])
723                 fi])
724
725         AC_CHECK_LIB(
726                 [dw],
727                 [dwfl_begin],
728                 [],
729                 [if test "x$have_elfutils" = xyes ; then
730                         AC_MSG_ERROR([*** ELFUTILS libs not found.])
731                 fi])
732
733         AC_CHECK_LIB(
734                 [dw],
735                 [dwfl_core_file_attach],
736                 [have_elfutils=yes],
737                 [if test "x$have_elfutils" = xyes ; then
738                         AC_MSG_ERROR([*** ELFUTILS >= 158 is required.])
739                 fi])
740
741         if test "x$have_elfutils" = xyes ; then
742                 ELFUTILS_LIBS="-lelf -ldw"
743                 AC_DEFINE(HAVE_ELFUTILS, 1, [ELFUTILS available])
744         else
745                 have_elfutils=no
746         fi
747 else
748         ELFUTILS_LIBS=
749 fi
750 AC_SUBST(ELFUTILS_LIBS)
751 AM_CONDITIONAL(HAVE_ELFUTILS, [test "$have_elfutils" = "yes"])
752
753 # ------------------------------------------------------------------------------
754 have_libcryptsetup=no
755 AC_ARG_ENABLE(libcryptsetup, AS_HELP_STRING([--disable-libcryptsetup], [disable libcryptsetup tools]))
756 if test "x$enable_libcryptsetup" != "xno"; then
757         PKG_CHECK_MODULES(LIBCRYPTSETUP, [ libcryptsetup >= 1.6.0 ],
758                 [AC_DEFINE(HAVE_LIBCRYPTSETUP, 1, [Define if libcryptsetup is available]) have_libcryptsetup=yes], have_libcryptsetup=no)
759         if test "x$have_libcryptsetup" = xno -a "x$enable_libcryptsetup" = xyes; then
760                 AC_MSG_ERROR([*** libcryptsetup support requested but libraries not found])
761         fi
762 fi
763 AM_CONDITIONAL(HAVE_LIBCRYPTSETUP, [test "$have_libcryptsetup" = "yes"])
764
765 # ------------------------------------------------------------------------------
766 have_qrencode=no
767 AC_ARG_ENABLE(qrencode, AS_HELP_STRING([--disable-qrencode], [disable qrencode support]))
768 if test "x$enable_qrencode" != "xno"; then
769         PKG_CHECK_MODULES(QRENCODE, [ libqrencode ],
770                 [AC_DEFINE(HAVE_QRENCODE, 1, [Define if qrencode is available]) have_qrencode=yes], have_qrencode=no)
771         if test "x$have_qrencode" = xno -a "x$enable_qrencode" = xyes; then
772                 AC_MSG_ERROR([*** qrencode support requested but libraries not found])
773         fi
774 fi
775 AM_CONDITIONAL(HAVE_QRENCODE, [test "$have_qrencode" = "yes"])
776
777 # ------------------------------------------------------------------------------
778 have_microhttpd=no
779 AC_ARG_ENABLE(microhttpd, AS_HELP_STRING([--disable-microhttpd], [disable microhttpd support]))
780 if test "x$enable_microhttpd" != "xno"; then
781         PKG_CHECK_MODULES(MICROHTTPD, [libmicrohttpd >= 0.9.33],
782                 [AC_DEFINE(HAVE_MICROHTTPD, 1, [Define if microhttpd is available]) have_microhttpd=yes], have_microhttpd=no)
783         if test "x$have_microhttpd" = xno -a "x$enable_microhttpd" = xyes; then
784                 AC_MSG_ERROR([*** microhttpd support requested but libraries not found])
785         fi
786 fi
787 AM_CONDITIONAL(HAVE_MICROHTTPD, [test "$have_microhttpd" = "yes"])
788
789 # ------------------------------------------------------------------------------
790 have_gnutls=no
791 AC_ARG_ENABLE(gnutls, AS_HELP_STRING([--disable-gnutls], [disable gnutls support]))
792 if test "x$enable_gnutls" != "xno"; then
793         PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.4],
794                 [AC_DEFINE(HAVE_GNUTLS, 1, [Define if gnutls is available]) have_gnutls=yes], have_gnutls=no)
795         if test "x$have_gnutls" = xno -a "x$enable_gnutls" = xyes; then
796                 AC_MSG_ERROR([*** gnutls support requested but libraries not found])
797         fi
798 fi
799 AM_CONDITIONAL(HAVE_GNUTLS, [test "$have_gnutls" = "yes"])
800
801 # ------------------------------------------------------------------------------
802 have_libcurl=no
803 AC_ARG_ENABLE(libcurl, AS_HELP_STRING([--disable-libcurl], [disable libcurl support]))
804 if test "x$enable_libcurl" != "xno"; then
805         PKG_CHECK_MODULES(LIBCURL, [libcurl],
806                 [AC_DEFINE(HAVE_LIBCURL, 1, [Define if libcurl is available]) have_libcurl=yes], have_libcurl=no)
807         if test "x$have_libcurl" = xno -a "x$enable_libcurl" = xyes; then
808                 AC_MSG_ERROR([*** libcurl support requested but libraries not found])
809         fi
810 fi
811 AM_CONDITIONAL(HAVE_LIBCURL, [test "$have_libcurl" = "yes"])
812
813 # ------------------------------------------------------------------------------
814 have_libidn=no
815 AC_ARG_ENABLE(libidn, AS_HELP_STRING([--disable-libidn], [Disable optional LIBIDN support]))
816 if test "x$enable_libidn" != "xno"; then
817         PKG_CHECK_MODULES(LIBIDN, [libidn],
818                [AC_DEFINE(HAVE_LIBIDN, 1, [Define if libidn is available])
819                 have_libidn=yes
820                 M4_DEFINES="$M4_DEFINES -DHAVE_LIBIDN"],
821                [have_libidn=no])
822         if test "x$have_libidn" = "xno" -a "x$enable_libidn" = "xyes"; then
823                 AC_MSG_ERROR([*** libidn support requested but libraries not found])
824         fi
825 fi
826 AM_CONDITIONAL(HAVE_LIBIDN, [test "$have_libidn" = "yes"])
827
828 # ------------------------------------------------------------------------------
829 have_binfmt=no
830 AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool]))
831 if test "x$enable_binfmt" != "xno"; then
832         have_binfmt=yes
833 fi
834 AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"])
835
836 # ------------------------------------------------------------------------------
837 have_vconsole=no
838 AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool]))
839 if test "x$enable_vconsole" != "xno"; then
840         have_vconsole=yes
841 fi
842 AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
843
844 # ------------------------------------------------------------------------------
845 have_readahead=no
846 AC_ARG_ENABLE(readahead, AS_HELP_STRING([--disable-readahead], [disable readahead tools]))
847 if test "x$enable_readahead" != "xno"; then
848         have_readahead=yes
849 fi
850 AM_CONDITIONAL(ENABLE_READAHEAD, [test "$have_readahead" = "yes"])
851
852 # ------------------------------------------------------------------------------
853 have_bootchart=no
854 AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool]))
855 if test "x$enable_bootchart" != "xno"; then
856         have_bootchart=yes
857 fi
858 AM_CONDITIONAL(ENABLE_BOOTCHART, [test "$have_bootchart" = "yes"])
859
860 # ------------------------------------------------------------------------------
861 have_quotacheck=no
862 AC_ARG_ENABLE(quotacheck, AS_HELP_STRING([--disable-quotacheck], [disable quotacheck tools]))
863 if test "x$enable_quotacheck" != "xno"; then
864         have_quotacheck=yes
865 fi
866 AM_CONDITIONAL(ENABLE_QUOTACHECK, [test "$have_quotacheck" = "yes"])
867
868 # ------------------------------------------------------------------------------
869 have_tmpfiles=no
870 AC_ARG_ENABLE(tmpfiles, AS_HELP_STRING([--disable-tmpfiles], [disable tmpfiles support]))
871 if test "x$enable_tmpfiles" != "xno"; then
872         have_tmpfiles=yes
873 fi
874 AM_CONDITIONAL(ENABLE_TMPFILES, [test "$have_tmpfiles" = "yes"])
875
876 # ------------------------------------------------------------------------------
877 have_sysusers=no
878 AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysusers support]))
879 if test "x$enable_sysusers" != "xno"; then
880         have_sysusers=yes
881 fi
882 AM_CONDITIONAL(ENABLE_SYSUSERS, [test "$have_sysusers" = "yes"])
883
884 # ------------------------------------------------------------------------------
885 have_firstboot=no
886 AC_ARG_ENABLE(firstboot, AS_HELP_STRING([--disable-firstboot], [disable firstboot support]))
887 if test "x$enable_firstboot" != "xno"; then
888         have_firstboot=yes
889 fi
890 AM_CONDITIONAL(ENABLE_FIRSTBOOT, [test "$have_firstboot" = "yes"])
891
892 # ------------------------------------------------------------------------------
893 have_randomseed=no
894 AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable randomseed tools]))
895 if test "x$enable_randomseed" != "xno"; then
896         have_randomseed=yes
897 fi
898 AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
899
900 # ------------------------------------------------------------------------------
901 have_backlight=no
902 AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable backlight tools]))
903 if test "x$enable_backlight" != "xno"; then
904         have_backlight=yes
905 fi
906 AM_CONDITIONAL(ENABLE_BACKLIGHT, [test "$have_backlight" = "yes"])
907
908 # ------------------------------------------------------------------------------
909 have_rfkill=no
910 AC_ARG_ENABLE(rfkill, AS_HELP_STRING([--disable-rfkill], [disable rfkill tools]))
911 if test "x$enable_rfkill" != "xno"; then
912         have_rfkill=yes
913 fi
914 AM_CONDITIONAL(ENABLE_RFKILL, [test "$have_rfkill" = "yes"])
915
916 # ------------------------------------------------------------------------------
917 have_logind=no
918 AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon]))
919 if test "x$enable_logind" != "xno"; then
920         have_logind=yes
921 fi
922 AM_CONDITIONAL(ENABLE_LOGIND, [test "$have_logind" = "yes"])
923 AS_IF([test "$have_logind" = "yes"], [ AC_DEFINE(HAVE_LOGIND, [1], [Logind support available]) ])
924
925 # ------------------------------------------------------------------------------
926 have_machined=no
927 AC_ARG_ENABLE(machined, AS_HELP_STRING([--disable-machined], [disable machine daemon]))
928 if test "x$enable_machined" != "xno"; then
929         have_machined=yes
930 fi
931 AM_CONDITIONAL(ENABLE_MACHINED, [test "$have_machined" = "yes"])
932 AS_IF([test "$have_machined" = "yes"], [ AC_DEFINE(HAVE_MACHINED, [1], [Machined support available]) ])
933
934 # ------------------------------------------------------------------------------
935 have_hostnamed=no
936 AC_ARG_ENABLE(hostnamed, AS_HELP_STRING([--disable-hostnamed], [disable hostname daemon]))
937 if test "x$enable_hostnamed" != "xno"; then
938         have_hostnamed=yes
939 fi
940 AM_CONDITIONAL(ENABLE_HOSTNAMED, [test "$have_hostnamed" = "yes"])
941
942 # ------------------------------------------------------------------------------
943 have_timedated=no
944 AC_ARG_ENABLE(timedated, AS_HELP_STRING([--disable-timedated], [disable timedate daemon]))
945 if test "x$enable_timedated" != "xno"; then
946         have_timedated=yes
947 fi
948 AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
949
950 # ------------------------------------------------------------------------------
951 have_timesyncd=no
952 AC_ARG_ENABLE(timesyncd, AS_HELP_STRING([--disable-timesyncd], [disable timesync daemon]))
953 if test "x$enable_timesyncd" != "xno"; then
954         have_timesyncd=yes
955 fi
956 AM_CONDITIONAL(ENABLE_TIMESYNCD, [test "$have_timesyncd" = "yes"])
957
958 AC_ARG_WITH(ntp-servers,
959         AS_HELP_STRING([--with-ntp-servers=NTPSERVERS],
960                 [Space-separated list of default NTP servers]),
961         [NTP_SERVERS="$withval"],
962         [NTP_SERVERS="time1.google.com time2.google.com time3.google.com time4.google.com"])
963
964 AC_DEFINE_UNQUOTED(NTP_SERVERS, ["$NTP_SERVERS"], [Default NTP Servers])
965 AC_SUBST(NTP_SERVERS)
966
967 AC_ARG_WITH(time-epoch,
968         AS_HELP_STRING([--with-time-epoch=SECONDS],
969                 [Time epoch for time clients]),
970         [TIME_EPOCH="$withval"],
971         [TIME_EPOCH="`stat -c %Y ${srcdir}/NEWS 2>/dev/null || echo 0`"])
972
973 AC_DEFINE_UNQUOTED(TIME_EPOCH, [$TIME_EPOCH], [Time Epoch])
974
975 # ------------------------------------------------------------------------------
976 AC_ARG_WITH(system-uid-max,
977         AS_HELP_STRING([--with-system-uid-max=UID]
978                 [Maximum UID for system users]),
979         [SYSTEM_UID_MAX="$withval"],
980         [SYSTEM_UID_MAX="`awk 'BEGIN { uid=999 } /^\s*SYS_UID_MAX\s+/ { uid=$2 } END { print uid }' /etc/login.defs 2>/dev/null || echo 999`"])
981
982 AC_DEFINE_UNQUOTED(SYSTEM_UID_MAX, [$SYSTEM_UID_MAX], [Maximum System UID])
983 AC_SUBST(SYSTEM_UID_MAX)
984
985 # ------------------------------------------------------------------------------
986 AC_ARG_WITH(system-gid-max,
987         AS_HELP_STRING([--with-system-gid-max=GID]
988                 [Maximum GID for system groups]),
989         [SYSTEM_GID_MAX="$withval"],
990         [SYSTEM_GID_MAX="`awk 'BEGIN { gid=999 } /^\s*SYS_GID_MAX\s+/ { gid=$2 } END { print gid }' /etc/login.defs 2>/dev/null || echo 999`"])
991
992 AC_DEFINE_UNQUOTED(SYSTEM_GID_MAX, [$SYSTEM_GID_MAX], [Maximum System GID])
993 AC_SUBST(SYSTEM_GID_MAX)
994
995 # ------------------------------------------------------------------------------
996 have_localed=no
997 AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon]))
998 if test "x$enable_localed" != "xno"; then
999         have_localed=yes
1000 fi
1001 AM_CONDITIONAL(ENABLE_LOCALED, [test "$have_localed" = "yes"])
1002
1003 # ------------------------------------------------------------------------------
1004 have_coredump=no
1005 AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook]))
1006 if test "x$enable_coredump" != "xno"; then
1007         have_coredump=yes
1008 fi
1009 AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"])
1010
1011 # ------------------------------------------------------------------------------
1012 have_polkit=no
1013 AC_ARG_ENABLE(polkit, AS_HELP_STRING([--disable-polkit], [disable PolicyKit support]))
1014 if test "x$enable_polkit" != "xno"; then
1015         AC_DEFINE(ENABLE_POLKIT, 1, [Define if PolicyKit support is to be enabled])
1016         have_polkit=yes
1017 fi
1018 AM_CONDITIONAL(ENABLE_POLKIT, [test "x$have_polkit" = "xyes"])
1019
1020 # ------------------------------------------------------------------------------
1021 have_resolved=no
1022 AC_ARG_ENABLE(resolved, AS_HELP_STRING([--disable-resolved], [disable resolve daemon]))
1023 if test "x$enable_resolved" != "xno"; then
1024         have_resolved=yes
1025         M4_DEFINES="$M4_DEFINES -DENABLE_RESOLVED"
1026 fi
1027 AM_CONDITIONAL(ENABLE_RESOLVED, [test "$have_resolved" = "yes"])
1028
1029 AC_ARG_WITH(dns-servers,
1030         AS_HELP_STRING([--with-dns-servers=DNSSERVERS],
1031                 [Space-separated list of default DNS servers]),
1032         [DNS_SERVERS="$withval"],
1033         [DNS_SERVERS="8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844"])
1034
1035 AC_DEFINE_UNQUOTED(DNS_SERVERS, ["$DNS_SERVERS"], [Default DNS Servers])
1036 AC_SUBST(DNS_SERVERS)
1037
1038 # ------------------------------------------------------------------------------
1039 have_networkd=no
1040 AC_ARG_ENABLE(networkd, AS_HELP_STRING([--disable-networkd], [disable networkd]))
1041 AS_IF([test "x$enable_networkd" != "xno"], [
1042         AC_DEFINE(ENABLE_NETWORKD, 1, [Define if networkd support is to be enabled])
1043         have_networkd=yes
1044 ])
1045 AM_CONDITIONAL(ENABLE_NETWORKD, [test "x$have_networkd" = "xyes"])
1046
1047 # ------------------------------------------------------------------------------
1048 have_efi=no
1049 AC_ARG_ENABLE(efi, AS_HELP_STRING([--disable-efi], [disable EFI support]))
1050 if test "x$enable_efi" != "xno"; then
1051         AC_DEFINE(ENABLE_EFI, 1, [Define if EFI support is to be enabled])
1052         have_efi=yes
1053 fi
1054 AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"])
1055
1056 # ------------------------------------------------------------------------------
1057 have_multi_seat_x=no
1058 AC_ARG_ENABLE(multi_seat_x, AS_HELP_STRING([--disable-multi-seat-x], [do not build multi-seat-x]))
1059 if test "x$enable_multi_seat_x" != "xno"; then
1060         have_multi_seat_x=yes
1061 fi
1062 AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"])
1063
1064 # ------------------------------------------------------------------------------
1065 have_terminal=no
1066 AC_ARG_ENABLE(terminal, AS_HELP_STRING([--enable-terminal], [enable terminal support]))
1067 if test "x$enable_terminal" = "xyes"; then
1068         PKG_CHECK_MODULES([TERMINAL], [ libevdev >= 1.2 xkbcommon >= 0.4 ], [have_terminal=yes])
1069         AS_IF([test "x$have_terminal" != xyes -a "x$enable_terminal" = xyes],
1070               [AC_MSG_ERROR([*** terminal support requested but required dependencies not available])],
1071               [test "x$have_terminal" = xyes],
1072               [AC_DEFINE(ENABLE_TERMINAL, 1, [Define if terminal support is to be enabled])])
1073 fi
1074 AM_CONDITIONAL(ENABLE_TERMINAL, [test "x$have_terminal" = "xyes"])
1075
1076 # ------------------------------------------------------------------------------
1077 have_kdbus=no
1078 AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default]))
1079 if test "x$enable_kdbus" = "xyes"; then
1080         AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enabled])
1081         have_kdbus=yes
1082         M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"
1083 fi
1084 AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"])
1085
1086 # ------------------------------------------------------------------------------
1087 AC_ARG_WITH(rc-local-script-path-start,
1088         AS_HELP_STRING([--with-rc-local-script-path-start=PATH],
1089                 [Path to /etc/rc.local]),
1090         [RC_LOCAL_SCRIPT_PATH_START="$withval"],
1091         [RC_LOCAL_SCRIPT_PATH_START="/etc/rc.local"])
1092
1093 AC_ARG_WITH(rc-local-script-path-stop,
1094         AS_HELP_STRING([--with-rc-local-script-path-stop=PATH],
1095                 [Path to /usr/sbin/halt.local]),
1096         [RC_LOCAL_SCRIPT_PATH_STOP="$withval"],
1097         [RC_LOCAL_SCRIPT_PATH_STOP="/usr/sbin/halt.local"])
1098
1099 AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_START, ["$RC_LOCAL_SCRIPT_PATH_START"], [Path of /etc/rc.local script])
1100 AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_STOP, ["$RC_LOCAL_SCRIPT_PATH_STOP"], [Path of /usr/sbin/halt.local script])
1101
1102 AC_SUBST(RC_LOCAL_SCRIPT_PATH_START)
1103 AC_SUBST(RC_LOCAL_SCRIPT_PATH_STOP)
1104
1105 # ------------------------------------------------------------------------------
1106 AC_ARG_WITH(kbd-loadkeys,
1107         AS_HELP_STRING([--with-kbd-loadkeys=PATH],
1108                 [Path to loadkeys]),
1109         [KBD_LOADKEYS="$withval"],
1110         [KBD_LOADKEYS="/usr/bin/loadkeys"])
1111
1112 AC_ARG_WITH(kbd-setfont,
1113         AS_HELP_STRING([--with-kbd-setfont=PATH],
1114                 [Path to setfont]),
1115         [KBD_SETFONT="$withval"],
1116         [KBD_SETFONT="/usr/bin/setfont"])
1117
1118 AC_DEFINE_UNQUOTED(KBD_LOADKEYS, ["$KBD_LOADKEYS"], [Path of loadkeys])
1119 AC_DEFINE_UNQUOTED(KBD_SETFONT, ["$KBD_SETFONT"], [Path of setfont])
1120
1121 AC_SUBST(KBD_LOADKEYS)
1122 AC_SUBST(KBD_SETFONT)
1123
1124 AC_ARG_WITH(telinit,
1125         AS_HELP_STRING([--with-telinit=PATH],
1126                 [Path to telinit]),
1127         [TELINIT="$withval"],
1128         [TELINIT="/lib/sysvinit/telinit"])
1129
1130 AC_DEFINE_UNQUOTED(TELINIT, ["$TELINIT"], [Path to telinit])
1131
1132 AC_SUBST(TELINIT)
1133
1134 AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h])
1135
1136 # ------------------------------------------------------------------------------
1137 have_myhostname=no
1138 AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable nss-myhostname support]))
1139 if test "x$enable_myhostname" != "xno"; then
1140         AC_HEADER_STDC
1141         AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h nss.h sys/ioctl.h sys/auxv.h])
1142
1143         AC_C_CONST
1144         AC_TYPE_SIZE_T
1145         AC_HEADER_TIME
1146
1147         AC_FUNC_MALLOC
1148         AC_FUNC_SELECT_ARGTYPES
1149         AC_CHECK_FUNCS([gethostbyaddr gethostbyname gettimeofday inet_ntoa memset select socket strcspn strdup strerror strncasecmp strcasecmp strspn])
1150
1151         have_myhostname=yes
1152 fi
1153 AM_CONDITIONAL(HAVE_MYHOSTNAME, [test "$have_myhostname" = "yes"])
1154
1155 # ------------------------------------------------------------------------------
1156 AC_ARG_ENABLE([gudev],
1157        AS_HELP_STRING([--disable-gudev], [disable Gobject libudev support @<:@default=enabled@:>@]),
1158        [], [enable_gudev=yes])
1159 AS_IF([test "x$enable_gudev" = "xyes"], [ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0]) ])
1160 AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"])
1161 AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define if glib is available]) ])
1162
1163 # ------------------------------------------------------------------------------
1164 have_manpages=no
1165 AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
1166 AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
1167 AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"])
1168
1169 # ------------------------------------------------------------------------------
1170 AC_ARG_ENABLE(hibernate,
1171        [AC_HELP_STRING([--disable-hibernate], [disable hibernation support])],
1172        enable_hibernate=$enableval, enable_hibernate=yes)
1173 AM_CONDITIONAL(ENABLE_HIBERNATE, [test x$enable_hibernate = xyes])
1174
1175 # ------------------------------------------------------------------------------
1176 AC_ARG_ENABLE(ldconfig,
1177        [AC_HELP_STRING([--disable-ldconfig], [disable ldconfig])],
1178        enable_ldconfig=$enableval, enable_ldconfig=yes)
1179 AM_CONDITIONAL(ENABLE_LDCONFIG, [test x$enable_ldconfig = xyes])
1180
1181 # ------------------------------------------------------------------------------
1182 # Location of the init scripts as mandated by LSB
1183 SYSTEM_SYSVINIT_PATH=/etc/init.d
1184 SYSTEM_SYSVRCND_PATH=/etc/rc.d
1185
1186 AC_ARG_WITH([sysvinit-path],
1187         [AS_HELP_STRING([--with-sysvinit-path=PATH],
1188                 [Specify the path to where the SysV init scripts are located])],
1189         [SYSTEM_SYSVINIT_PATH="$withval"],
1190         [])
1191
1192 AC_ARG_WITH([sysvrcnd-path],
1193         [AS_HELP_STRING([--with-sysvrcnd-path=PATH],
1194                 [Specify the path to the base directory for the SysV rcN.d directories])],
1195         [SYSTEM_SYSVRCND_PATH="$withval"],
1196         [])
1197
1198 if test "x${SYSTEM_SYSVINIT_PATH}" != "x" -a "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
1199         AC_DEFINE(HAVE_SYSV_COMPAT, [], [SysV init scripts and rcN.d links are supported.])
1200         SYSTEM_SYSV_COMPAT="yes"
1201         M4_DEFINES="$M4_DEFINES -DHAVE_SYSV_COMPAT"
1202 elif test "x${SYSTEM_SYSVINIT_PATH}" != "x" -o "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
1203         AC_MSG_ERROR([*** You need both --with-sysvinit-path=PATH and --with-sysvrcnd-path=PATH to enable SysV compatibility support, or both empty to disable it.])
1204 else
1205         SYSTEM_SYSV_COMPAT="no"
1206 fi
1207
1208 AC_SUBST(SYSTEM_SYSVINIT_PATH)
1209 AC_SUBST(SYSTEM_SYSVRCND_PATH)
1210 AC_SUBST(M4_DEFINES)
1211
1212 AM_CONDITIONAL(HAVE_SYSV_COMPAT, test "$SYSTEM_SYSV_COMPAT" = "yes")
1213
1214 AC_ARG_WITH([tty-gid],
1215         [AS_HELP_STRING([--with-tty-gid=GID],
1216                 [Specify the numeric GID of the 'tty' group])],
1217         [TTY_GID="$withval"],
1218         [TTY_GID="5"])
1219
1220 AC_DEFINE_UNQUOTED(TTY_GID, [$TTY_GID], [GID of the 'tty' group])
1221 AC_SUBST(TTY_GID)
1222
1223 AC_ARG_WITH([dbuspolicydir],
1224         AS_HELP_STRING([--with-dbuspolicydir=DIR], [D-Bus policy directory]),
1225         [],
1226         [with_dbuspolicydir=$($PKG_CONFIG --variable=sysconfdir dbus-1)/dbus-1/system.d])
1227
1228 AC_ARG_WITH([dbussessionservicedir],
1229         AS_HELP_STRING([--with-dbussessionservicedir=DIR], [D-Bus session service directory]),
1230         [],
1231         [with_dbussessionservicedir=$($PKG_CONFIG --variable=session_bus_services_dir dbus-1)])
1232
1233 AC_ARG_WITH([dbussystemservicedir],
1234         AS_HELP_STRING([--with-dbussystemservicedir=DIR], [D-Bus system service directory]),
1235         [],
1236         [with_dbussystemservicedir=$(readlink -m $($PKG_CONFIG --variable=session_bus_services_dir dbus-1)/../system-services)])
1237
1238 AC_ARG_WITH([dbusinterfacedir],
1239         AS_HELP_STRING([--with-dbusinterfacedir=DIR], [D-Bus interface directory]),
1240         [],
1241         [with_dbusinterfacedir=$(readlink -m $($PKG_CONFIG --variable=session_bus_services_dir dbus-1)/../interfaces)])
1242
1243 AC_ARG_WITH([bashcompletiondir],
1244         AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]),
1245         [],
1246         [AS_IF([$($PKG_CONFIG --exists bash-completion)], [
1247                 with_bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion)
1248         ] , [
1249                 with_bashcompletiondir=${datadir}/bash-completion/completions
1250         ])])
1251
1252 AC_ARG_WITH([zshcompletiondir],
1253         AS_HELP_STRING([--with-zshcompletiondir=DIR], [Zsh completions directory]),
1254         [], [with_zshcompletiondir=${datadir}/zsh/site-functions])
1255
1256 AC_ARG_WITH([rootprefix],
1257         AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
1258         [], [with_rootprefix=${ac_default_prefix}])
1259
1260 AC_ARG_WITH([rootlibdir],
1261         AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),
1262         [],
1263         [with_rootlibdir=${libdir}])
1264
1265 AC_ARG_WITH([pamlibdir],
1266         AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]),
1267         [],
1268         [with_pamlibdir=${with_rootlibdir}/security])
1269
1270 AC_ARG_WITH([pamconfdir],
1271         AS_HELP_STRING([--with-pamconfdir=DIR], [Directory for PAM configuration]),
1272         [],
1273         [with_pamconfdir=${sysconfdir}/pam.d])
1274
1275 AC_ARG_ENABLE([split-usr],
1276         AS_HELP_STRING([--enable-split-usr], [Assume that /bin, /sbin aren\'t symlinks into /usr]),
1277         [],
1278         [AS_IF([test "x${ac_default_prefix}" != "x${with_rootprefix}"], [
1279                 enable_split_usr=yes
1280         ], [
1281                 enable_split_usr=no
1282         ])])
1283
1284 AS_IF([test "x${enable_split_usr}" = "xyes"], [
1285         AC_DEFINE(HAVE_SPLIT_USR, 1, [Define if /bin, /sbin aren't symlinks into /usr])
1286 ])
1287
1288 # Work around intltoolize and gtk-doc problems in VPATH builds
1289 AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"],
1290                                        [Define to do gtk-doc tests])
1291 AS_IF([test "x$0" != "x./configure"], [
1292         AC_SUBST([INTLTOOL_UPDATE], [/bin/true])
1293 ])
1294
1295 AC_ARG_ENABLE(tests,
1296        [AC_HELP_STRING([--disable-tests], [disable tests])],
1297        enable_tests=$enableval, enable_tests=yes)
1298 AM_CONDITIONAL(ENABLE_TESTS, [test x$enable_tests = xyes])
1299
1300 AC_SUBST([dbuspolicydir], [$with_dbuspolicydir])
1301 AC_SUBST([dbussessionservicedir], [$with_dbussessionservicedir])
1302 AC_SUBST([dbussystemservicedir], [$with_dbussystemservicedir])
1303 AC_SUBST([dbusinterfacedir], [$with_dbusinterfacedir])
1304 AC_SUBST([bashcompletiondir], [$with_bashcompletiondir])
1305 AC_SUBST([zshcompletiondir], [$with_zshcompletiondir])
1306 AC_SUBST([pamlibdir], [$with_pamlibdir])
1307 AC_SUBST([pamconfdir], [$with_pamconfdir])
1308 AC_SUBST([rootprefix], [$with_rootprefix])
1309 AC_SUBST([rootlibdir], [$with_rootlibdir])
1310
1311 AC_CONFIG_FILES([
1312         Makefile po/Makefile.in
1313         docs/libudev/Makefile
1314         docs/libudev/version.xml
1315         docs/gudev/Makefile
1316         docs/gudev/version.xml
1317 ])
1318
1319 AC_OUTPUT
1320 AC_MSG_RESULT([
1321         $PACKAGE_NAME $VERSION
1322
1323         libcryptsetup:           ${have_libcryptsetup}
1324         PAM:                     ${have_pam}
1325         AUDIT:                   ${have_audit}
1326         IMA:                     ${have_ima}
1327         AppArmor:                ${have_apparmor}
1328         SELinux:                 ${have_selinux}
1329         SECCOMP:                 ${have_seccomp}
1330         SMACK:                   ${have_smack}
1331         XZ:                      ${have_xz}
1332         LZ4:                     ${have_lz4}
1333         ACL:                     ${have_acl}
1334         GCRYPT:                  ${have_gcrypt}
1335         QRENCODE:                ${have_qrencode}
1336         MICROHTTPD:              ${have_microhttpd}
1337         CHKCONFIG:               ${have_chkconfig}
1338         GNUTLS:                  ${have_gnutls}
1339         libcurl:                 ${have_libcurl}
1340         libidn:                  ${have_libidn}
1341         ELFUTILS:                ${have_elfutils}
1342         binfmt:                  ${have_binfmt}
1343         vconsole:                ${have_vconsole}
1344         readahead:               ${have_readahead}
1345         bootchart:               ${have_bootchart}
1346         quotacheck:              ${have_quotacheck}
1347         tmpfiles:                ${have_tmpfiles}
1348         sysusers:                ${have_sysusers}
1349         firstboot:               ${have_firstboot}
1350         randomseed:              ${have_randomseed}
1351         backlight:               ${have_backlight}
1352         rfkill:                  ${have_rfkill}
1353         logind:                  ${have_logind}
1354         machined:                ${have_machined}
1355         hostnamed:               ${have_hostnamed}
1356         timedated:               ${have_timedated}
1357         timesyncd:               ${have_timesyncd}
1358         default NTP servers:     ${NTP_SERVERS}
1359         time epoch:              ${TIME_EPOCH}
1360         localed:                 ${have_localed}
1361         networkd:                ${have_networkd}
1362         resolved:                ${have_resolved}
1363         default DNS servers:     ${DNS_SERVERS}
1364         coredump:                ${have_coredump}
1365         polkit:                  ${have_polkit}
1366         efi:                     ${have_efi}
1367         kmod:                    ${have_kmod}
1368         blkid:                   ${have_blkid}
1369         dbus:                    ${have_dbus}
1370         nss-myhostname:          ${have_myhostname}
1371         gudev:                   ${enable_gudev}
1372         gintrospection:          ${enable_introspection}
1373         multi-seat-x:            ${have_multi_seat_x}
1374         terminal:                ${have_terminal}
1375         kdbus:                   ${have_kdbus}
1376         Python:                  ${have_python}
1377         Python Headers:          ${have_python_devel}
1378         man pages:               ${have_manpages}
1379         gtk-doc:                 ${enable_gtk_doc}
1380         test coverage:           ${have_coverage}
1381         Split /usr:              ${enable_split_usr}
1382         SysV compatibility:      ${SYSTEM_SYSV_COMPAT}
1383         compatibility libraries: ${have_compat_libs}
1384
1385         prefix:                  ${prefix}
1386         rootprefix:              ${with_rootprefix}
1387         sysconf dir:             ${sysconfdir}
1388         datarootdir:             ${datarootdir}
1389         includedir:              ${includedir}
1390         include_prefix:          ${INCLUDE_PREFIX}
1391         lib dir:                 ${libdir}
1392         rootlib dir:             ${with_rootlibdir}
1393         SysV init scripts:       ${SYSTEM_SYSVINIT_PATH}
1394         SysV rc?.d directories:  ${SYSTEM_SYSVRCND_PATH}
1395         Build Python:            ${PYTHON}
1396         Installation Python:     ${PYTHON_BINARY}
1397         sphinx binary:           ${SPHINX_BUILD}
1398         PAM modules dir:         ${with_pamlibdir}
1399         PAM configuration dir:   ${with_pamconfdir}
1400         D-Bus policy dir:        ${with_dbuspolicydir}
1401         D-Bus session dir:       ${with_dbussessionservicedir}
1402         D-Bus system dir:        ${with_dbussystemservicedir}
1403         D-Bus interfaces dir:    ${with_dbusinterfacedir}
1404         Bash completions dir:    ${with_bashcompletiondir}
1405         Zsh completions dir:     ${with_zshcompletiondir}
1406         Extra start script:      ${RC_LOCAL_SCRIPT_PATH_START}
1407         Extra stop script:       ${RC_LOCAL_SCRIPT_PATH_STOP}
1408         Debug shell:             ${SUSHELL} @ ${DEBUGTTY}
1409         TTY GID:                 ${TTY_GID}
1410         Maximum System UID:      ${SYSTEM_UID_MAX}
1411         Maximum System GID:      ${SYSTEM_GID_MAX}
1412         Certificate root:        ${CERTIFICATEROOT}
1413
1414         CFLAGS:                  ${OUR_CFLAGS} ${CFLAGS}
1415         CPPFLAGS:                ${OUR_CPPFLAGS} ${CPPFLAGS}
1416         LDFLAGS:                 ${OUR_LDFLAGS} ${LDFLAGS}
1417         PYTHON_CFLAGS:           ${PYTHON_DEVEL_CFLAGS}
1418         PYTHON_LIBS:             ${PYTHON_DEVEL_LIBS}
1419 ])