]> git.ipfire.org Git - thirdparty/systemd.git/blame - configure.ac
resolved: actually, the peer with the lower IP address wins conflicts
[thirdparty/systemd.git] / configure.ac
CommitLineData
fb0951b0 1#
47be870b
LP
2# This file is part of systemd.
3#
3e214785
KS
4# Copyright 2010-2012 Lennart Poettering
5# Copyright 2010-2012 Kay Sievers
47be870b
LP
6#
7# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
47be870b
LP
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
5430f7f2 15# Lesser General Public License for more details.
47be870b 16#
5430f7f2 17# You should have received a copy of the GNU Lesser General Public License
47be870b
LP
18# along with systemd; If not, see <http://www.gnu.org/licenses/>.
19
4e949c11
JJ
20AC_PREREQ([2.64])
21
22AC_INIT([systemd],
252ff40a 23 [215],
4e949c11
JJ
24 [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
25 [systemd],
26 [http://www.freedesktop.org/wiki/Software/systemd])
47be870b 27
78a825f2 28AC_CONFIG_SRCDIR([src/core/main.c])
47be870b
LP
29AC_CONFIG_MACRO_DIR([m4])
30AC_CONFIG_HEADERS([config.h])
a80db8bd
JJ
31AC_CONFIG_AUX_DIR([build-aux])
32
4db6d587 33AC_USE_SYSTEM_EXTENSIONS
907dd195 34AC_SYS_LARGEFILE
eb7bbee6 35AC_PREFIX_DEFAULT([/usr])
6aad7f2c 36AM_MAINTAINER_MODE([enable])
4196a3ea 37AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
3e214785 38AM_SILENT_RULES([yes])
47be870b 39AC_CANONICAL_HOST
22be093f 40AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
d59d0a2b 41AS_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])])
47be870b 44
3e214785 45LT_PREREQ(2.2)
8666abb4 46LT_INIT([disable-static])
47be870b 47
5e63ce78 48AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])])
3d585edb 49AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])])
5e63ce78 50
1c7dde3e 51# i18n stuff for the PolicyKit policy files
f15515b5
FB
52
53# Check whether intltool can be found, disable NLS otherwise
54AC_CHECK_PROG(intltool_found, [intltool-merge], [yes], [no])
55AS_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
2f96919b 64AM_NLS
a59f16ce 65AS_IF([test x"$enable_nls" != xno -o "x$enable_polkit" != xno], [
2f96919b 66 # intltoolize greps for '^(AC|IT)_PROG_INTLTOOL', so it needs to be on its own line
1c7dde3e 67IT_PROG_INTLTOOL([0.40.0])
2f96919b
FB
68])
69
70AS_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])
1c7dde3e
BN
75
76GETTEXT_PACKAGE=systemd
77AC_SUBST(GETTEXT_PACKAGE)
78
e9da3678
LP
79AC_PROG_MKDIR_P
80AC_PROG_LN_S
81AC_PROG_SED
3ce4fad8 82AC_PROG_GREP
f975e971 83AC_PROG_AWK
e9da3678 84
47be870b 85AC_PROG_CC_C99
47be870b 86
3e214785 87AC_PATH_PROG([M4], [m4])
fe1fed02 88AC_PATH_PROG([XSLTPROC], [xsltproc])
92ec4495 89
2d0efdf1
SS
90AC_PATH_PROG([QUOTAON], [quotaon], [/usr/sbin/quotaon], [$PATH:/usr/sbin:/sbin])
91AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck], [$PATH:/usr/sbin:/sbin])
b51fc639 92
2d0efdf1 93AC_PATH_PROG([KILL], [kill], [/usr/bin/kill], [$PATH:/usr/sbin:/sbin])
96ede260 94
2d0efdf1 95AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod], [$PATH:/usr/sbin:/sbin])
edeb68c5 96
2d0efdf1 97AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec], [$PATH:/usr/sbin:/sbin])
78013564 98
44688352
LP
99AS_IF([! ln --relative --help > /dev/null 2>&1], [AC_MSG_ERROR([*** ln doesn't support --relative ***])])
100
4acbce79
ZJS
101M4_DEFINES=
102
80a5cbac 103# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
b37250d6
ZJS
104m4_ifdef([GTK_DOC_CHECK], [
105GTK_DOC_CHECK([1.18],[--flavour no-tmpl])],
6581f00f
ZJS
106 [AM_CONDITIONAL([ENABLE_GTK_DOC], [false])
107 enable_gtk_doc=no])
92ec4495 108
fe1fed02
ZJS
109AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
110 AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
111])
112
6e92b23f 113m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
0eaeca1f 114GOBJECT_INTROSPECTION_CHECK([1.31.1])
d66ee73a
ZJS
115], [
116 AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
117 enable_introspection=no])
3e214785 118
ac714a78
MJ
119AC_CHECK_TOOL(STRINGS, strings)
120AC_CHECK_TOOL(GPERF, gperf)
b62cfcea
MB
121if test -z "$GPERF" ; then
122 AC_MSG_ERROR([*** gperf not found])
123fi
9a60da28 124
732bfe09
ZJS
125# ------------------------------------------------------------------------------
126address_sanitizer_cflags=
127address_sanitizer_cppflags=
128address_sanitizer_ldflags=
129AC_ARG_ENABLE(address-sanitizer, AS_HELP_STRING([--enable-address-sanitizer], [enable -fsanitize=address]))
130AS_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
ae0ceefc
ZJS
139undefined_sanitizer_cflags=
140undefined_sanitizer_cppflags=
141undefined_sanitizer_ldflags=
142AC_ARG_ENABLE(undefined-sanitizer, AS_HELP_STRING([--enable-undefined-sanitizer], [enable -fsanitize=undefined]))
143AS_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
152sanitizer_cflags="$address_sanitizer_cflags $undefined_sanitizer_cflags"
153sanitizer_cppflags="$address_sanitizer_cppflags $undefined_sanitizer_cppflags"
154sanitizer_ldflags="$address_sanitizer_ldflags $undefined_sanitizer_ldflags"
155
eb2e280f 156CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
be1a67d9 157 -pipe \
d1ab0ca0 158 -Wall \
d1ab0ca0 159 -Wextra \
27765dfc 160 -Wno-inline \
d1ab0ca0 161 -Wundef \
780040dc 162 "-Wformat=2 -Wformat-security -Wformat-nonliteral" \
d1ab0ca0
LP
163 -Wlogical-op \
164 -Wsign-compare \
d1ab0ca0 165 -Wmissing-include-dirs \
d1ab0ca0
LP
166 -Wold-style-definition \
167 -Wpointer-arith \
168 -Winit-self \
03930e48 169 -Wdeclaration-after-statement \
d1ab0ca0 170 -Wfloat-equal \
693eb9a2 171 -Wsuggest-attribute=noreturn \
d1ab0ca0
LP
172 -Wmissing-prototypes \
173 -Wstrict-prototypes \
174 -Wredundant-decls \
175 -Wmissing-declarations \
176 -Wmissing-noreturn \
177 -Wshadow \
178 -Wendif-labels \
d1ab0ca0
LP
179 -Wstrict-aliasing=2 \
180 -Wwrite-strings \
be1a67d9
LP
181 -Wno-long-long \
182 -Wno-overlength-strings \
d1ab0ca0 183 -Wno-unused-parameter \
be1a67d9 184 -Wno-missing-field-initializers \
8745297f 185 -Wno-unused-result \
1a40a339 186 -Wno-typedef-redefinition \
d200735e 187 -Werror=overflow \
213298fb 188 -Wdate-time \
693eb9a2 189 -Wnested-externs \
be1a67d9 190 -ffast-math \
d1ab0ca0
LP
191 -fno-common \
192 -fdiagnostics-show-option \
9f64229f 193 -fdiagnostics-color \
9b85fc6a
GSB
194 -fno-strict-aliasing \
195 -fvisibility=hidden \
196 -ffunction-sections \
5a45a936 197 -fdata-sections \
c1663b9d 198 -fstack-protector \
aca33b07 199 -fstack-protector-strong \
2a4d1ec1 200 -fPIE \
c1663b9d 201 --param=ssp-buffer-size=4])
b850b06e
KS
202AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
203 [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
235c6e62 204 -flto -ffat-lto-objects])],
b850b06e 205 [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
ae0ceefc 206AC_SUBST([OUR_CFLAGS], "$with_cflags $sanitizer_cflags")
5a45a936 207
03a170c0 208AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
a6c0b31d
ZJS
209 [CC_CHECK_FLAGS_APPEND([with_cppflags], [CPPFLAGS], [\
210 -Wp,-D_FORTIFY_SOURCE=2])],
211 [AC_MSG_RESULT([skipping -D_FORTIFY_SOURCE, optimization not enabled])])
ae0ceefc 212AC_SUBST([OUR_CPPFLAGS], "$with_cppflags $sanitizer_cppflags")
9e7adc3a
LDM
213
214CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
9b85fc6a 215 -Wl,--as-needed \
9d2d0fe1 216 -Wl,--no-undefined \
5a45a936
LP
217 -Wl,--gc-sections \
218 -Wl,-z,relro \
39c4ead2 219 -Wl,-z,now \
2a4d1ec1 220 -pie \
39c4ead2 221 -Wl,-fuse-ld=gold])
ae0ceefc 222AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
47be870b 223
ccd06097
ZJS
224AC_CHECK_SIZEOF(pid_t)
225AC_CHECK_SIZEOF(uid_t)
1c231f56 226AC_CHECK_SIZEOF(gid_t)
de0671ee
ZJS
227AC_CHECK_SIZEOF(time_t)
228AC_CHECK_SIZEOF(rlim_t,,[
229 #include <sys/time.h>
230 #include <sys/resource.h>
231])
ccd06097 232
c937e0d5
ZJS
233# ------------------------------------------------------------------------------
234# we use python to build the man page index, and for systemd-python
235have_python=no
c937e0d5
ZJS
236AC_ARG_WITH([python],
237 [AS_HELP_STRING([--without-python], [Disable building the man page index and systemd-python (default: test)])])
238
32dcef3a 239have_lxml=no
c937e0d5
ZJS
240AS_IF([test "x$with_python" != "xno"], [
241 AM_PATH_PYTHON(,, [:])
be8737ae
FB
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 ])
c937e0d5 249])
747cf8cd
ZJS
250AS_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
c937e0d5
ZJS
257AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
258AS_IF([test "x$PYTHON_BINARY" = "x"],
259 [AS_IF([test "x$have_python" = "xyes"],
25ee45f9 260 [PYTHON_BINARY="$(which "$PYTHON")"],
c937e0d5
ZJS
261 [PYTHON_BINARY=/usr/bin/python])])
262AC_ARG_VAR(PYTHON_BINARY, [Python binary used to launch installed scripts])
263
1864b0e3
ZJS
264AS_IF([test "x$have_python" != "xyes" -a "x$enable_python_devel" = "xyes"],
265 [AC_MSG_ERROR([*** python-devel support requires --with-python])])
266
a6c0b31d
ZJS
267have_python_devel=no
268AC_ARG_ENABLE(python_devel, AS_HELP_STRING([--disable-python-devel], [Do not build python modules]))
1864b0e3 269AS_IF([test "x$have_python" = "xyes" -a "x$enable_python_devel" != "xno"], [
a6c0b31d
ZJS
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])])
f2ec0646 277 AC_PATH_PROGS(SPHINX_BUILD, sphinx-build-${PYTHON_VERSION} sphinx-build)
c937e0d5
ZJS
278])
279AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test "$have_python_devel" = "yes"])
280
281# ------------------------------------------------------------------------------
282
afea26ad 283AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([*** Dynamic linking loader library not found])])
7959ff99 284AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
4b357e15 285AC_CHECK_HEADERS([linux/btrfs.h], [], [])
7959ff99
KS
286
287# unconditionally pull-in librt with old glibc versions
288AC_SEARCH_LIBS([clock_gettime], [rt], [], [])
85f19d82
MB
289
290save_LIBS="$LIBS"
291LIBS=
47be870b 292AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not found])])
85f19d82 293CAP_LIBS="$LIBS"
7959ff99
KS
294AC_SUBST(CAP_LIBS)
295
296LIBS=
fba1ea06
SL
297AC_SEARCH_LIBS([mq_open], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])])
298RT_LIBS="$LIBS"
299AC_SUBST(RT_LIBS)
85f19d82 300LIBS="$save_LIBS"
47be870b 301
9388e99e 302AC_CHECK_FUNCS([fanotify_init fanotify_mark])
4db17f29 303AC_CHECK_FUNCS([__secure_getenv secure_getenv])
81577dc2
ZJS
304AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, LO_FLAGS_PARTSCAN],
305 [], [], [[
306#include <sys/types.h>
a8348796 307#include <unistd.h>
9388e99e 308#include <sys/mount.h>
3b794314 309#include <fcntl.h>
5f381b35 310#include <sched.h>
81577dc2
ZJS
311#include <linux/loop.h>
312]])
313
75616a13 314AC_CHECK_DECLS([IFLA_MACVLAN_FLAGS,
6589d0db 315 IFLA_VTI_REMOTE,
75616a13 316 IFLA_PHYS_PORT_ID,
81577dc2
ZJS
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]])
a8348796 333
b237ef2c 334# This makes sure pkg.m4 is available.
a9b5b032 335m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
d1ab0ca0 336
22703094 337# ------------------------------------------------------------------------------
ac6b760c
ZJS
338have_dbus=no
339AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [disable usage of dbus-1 in tests]))
8114dedc 340AS_IF([test "x$enable_dbus" != "xno"], [
ac6b760c
ZJS
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])])])
22703094 346AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"])
4b357e15 347
53e856e1
ZJS
348# ------------------------------------------------------------------------------
349have_compat_libs=no
350AC_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])
357AM_CONDITIONAL([ENABLE_COMPAT_LIBS], [test "$have_compat_libs" = "yes"])
358
6aea6d10
TA
359# ------------------------------------------------------------------------------
360have_coverage=no
361AC_ARG_ENABLE(coverage, AS_HELP_STRING([--enable-coverage], [enable test coverage]))
362if 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
379fi
380AM_CONDITIONAL(ENABLE_COVERAGE, [test "$have_coverage" = "yes"])
381
e3043162
TG
382# ------------------------------------------------------------------------------
383have_kmod=no
384AC_ARG_ENABLE(kmod, AS_HELP_STRING([--disable-kmod], [disable loadable modules support]))
385if test "x$enable_kmod" != "xno"; then
e2ca86cf
DR
386 PKG_CHECK_EXISTS([ libkmod ], have_kmod=yes, have_kmod=no)
387 if test "x$have_kmod" = "xyes"; then
a18535d9 388 PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ],
e2ca86cf 389 [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])],
70d83209 390 AC_MSG_ERROR([*** kmod version >= 15 not found]))
e2ca86cf 391 fi
e3043162 392 if test "x$have_kmod" = xno -a "x$enable_kmod" = xyes; then
c4955740 393 AC_MSG_ERROR([*** kmod support requested, but libraries not found])
e3043162
TG
394 fi
395fi
396AM_CONDITIONAL(HAVE_KMOD, [test "$have_kmod" = "yes"])
f553b3b1
AO
397
398# ------------------------------------------------------------------------------
399have_blkid=no
400AC_ARG_ENABLE(blkid, AS_HELP_STRING([--disable-blkid], [disable blkid support]))
401if 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
407fi
408AM_CONDITIONAL(HAVE_BLKID, [test "$have_blkid" = "yes"])
728beb28 409
c0467cf3
RC
410# ------------------------------------------------------------------------------
411have_seccomp=no
412AC_ARG_ENABLE(seccomp, AS_HELP_STRING([--disable-seccomp], [Disable optional SECCOMP support]))
413if test "x$enable_seccomp" != "xno"; then
414 PKG_CHECK_MODULES(SECCOMP, [libseccomp >= 1.0.0],
17df7223
LP
415 [AC_DEFINE(HAVE_SECCOMP, 1, [Define if seccomp is available])
416 have_seccomp=yes
417 M4_DEFINES="$M4_DEFINES -DHAVE_SECCOMP"],
c0467cf3
RC
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
422fi
423AM_CONDITIONAL(HAVE_SECCOMP, [test "$have_seccomp" = "yes"])
424
3e214785 425# ------------------------------------------------------------------------------
81611586
RS
426have_ima=yes
427AC_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
435if test "x${have_ima}" != xno ; then
436 AC_DEFINE(HAVE_IMA, 1, [Define if IMA is available])
437fi
438
77e68fa2
LP
439# ------------------------------------------------------------------------------
440have_chkconfig=yes
441AC_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
454if test "x${have_chkconfig}" != xno ; then
455 AC_DEFINE(HAVE_CHKCONFIG, 1, [Define if CHKCONFIG is available])
456fi
457
3e214785 458# ------------------------------------------------------------------------------
591622d7
LP
459have_selinux=no
460AC_ARG_ENABLE(selinux, AS_HELP_STRING([--disable-selinux], [Disable optional SELINUX support]))
461if test "x$enable_selinux" != "xno"; then
3f8cc098 462 PKG_CHECK_MODULES([SELINUX], [libselinux >= 2.1.9],
6a6751fe
LP
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])
591622d7
LP
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
56cf987f 470fi
591622d7 471AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"])
45df1f2c 472
eef65bf3
MS
473have_apparmor=no
474AC_ARG_ENABLE(apparmor, AS_HELP_STRING([--disable-apparmor], [Disable optional AppArmor support]))
475if 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
484fi
485AM_CONDITIONAL(HAVE_APPARMOR, [test "$have_apparmor" = "yes"])
486
487
45df1f2c
CR
488AC_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
5ec6b15b 494AC_SUBST(SUSHELL)
56cf987f 495
45df1f2c
CR
496AC_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
502AC_SUBST(DEBUGTTY)
503
ad95fd1d
ZJS
504AC_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
510AC_SUBST(CERTIFICATEROOT)
511
3e214785 512# ------------------------------------------------------------------------------
807e17f0
LP
513have_xz=no
514AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ support]))
515if test "x$enable_xz" != "xno"; then
516 PKG_CHECK_MODULES(XZ, [ liblzma ],
d89c8fdf 517 [AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz=yes])
807e17f0 518 if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then
d89c8fdf 519 AC_MSG_ERROR([*** XZ support requested but libraries not found])
807e17f0
LP
520 fi
521fi
522AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"])
523
d89c8fdf
ZJS
524# ------------------------------------------------------------------------------
525have_lz4=no
526AC_ARG_ENABLE(lz4, AS_HELP_STRING([--enable-lz4], [Enable optional LZ4 support]))
527AS_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])
532AM_CONDITIONAL(HAVE_LZ4, [test "$have_lz4" = "yes"])
533
3b1a55e1
ZJS
534AM_CONDITIONAL(HAVE_COMPRESSION, [test "$have_xz" = "yes" -o "$have_lz4" = "yes"])
535
3e214785 536# ------------------------------------------------------------------------------
5b6319dc
LP
537AC_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
546if 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])
6a6751fe 565 M4_DEFINES="$M4_DEFINES -DHAVE_PAM"
812cce32
LP
566 else
567 have_pam=no
5b6319dc
LP
568 fi
569else
570 PAM_LIBS=
571fi
572AC_SUBST(PAM_LIBS)
573AM_CONDITIONAL([HAVE_PAM], [test "x$have_pam" != xno])
574
3e214785 575# ------------------------------------------------------------------------------
5eda94dd
LP
576AC_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
585if 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
607else
608 ACL_LIBS=
609fi
610AC_SUBST(ACL_LIBS)
611AM_CONDITIONAL([HAVE_ACL], [test "x$have_acl" != xno])
612
2b3e18de
KL
613# ------------------------------------------------------------------------------
614AC_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
d2edfae0
KS
622if test "x${have_smack}" = xauto; then
623 M4_DEFINES="$M4_DEFINES -DHAVE_SMACK"
624 have_smack=yes
2b3e18de
KL
625fi
626
8b197c3a
AK
627AC_ARG_WITH(smack-run-label,
628AS_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
2b3e18de
KL
633if test "x${have_smack}" = xyes ; then
634 AC_DEFINE(HAVE_SMACK, 1, [Define if SMACK is available])
635fi
636
7560fffc 637# ------------------------------------------------------------------------------
feb12d3e 638AC_ARG_ENABLE([gcrypt],
7560fffc
LP
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
647if 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
662else
663 GCRYPT_LIBS=
664 GCRYPT_CFLAGS=
665fi
666AC_SUBST(GCRYPT_LIBS)
667AC_SUBST(GCRYPT_CFLAGS)
668AM_CONDITIONAL([HAVE_GCRYPT], [test "x$have_gcrypt" != xno])
669
3e214785 670# ------------------------------------------------------------------------------
4927fcae
LP
671AC_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
680if 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
702else
703 AUDIT_LIBS=
704fi
705AC_SUBST(AUDIT_LIBS)
706
8d4e028f
LP
707# ------------------------------------------------------------------------------
708AC_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
717if test "x${have_elfutils}" != xno ; then
718 AC_CHECK_HEADERS(
719 [elfutils/libdwfl.h],
972bded0 720 [],
8d4e028f
LP
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],
972bded0 728 [],
8d4e028f
LP
729 [if test "x$have_elfutils" = xyes ; then
730 AC_MSG_ERROR([*** ELFUTILS libs not found.])
731 fi])
732
972bded0
MM
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
8d4e028f
LP
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
747else
748 ELFUTILS_LIBS=
749fi
750AC_SUBST(ELFUTILS_LIBS)
751AM_CONDITIONAL(HAVE_ELFUTILS, [test "$have_elfutils" = "yes"])
752
3e214785 753# ------------------------------------------------------------------------------
7f4e0805
LP
754have_libcryptsetup=no
755AC_ARG_ENABLE(libcryptsetup, AS_HELP_STRING([--disable-libcryptsetup], [disable libcryptsetup tools]))
756if test "x$enable_libcryptsetup" != "xno"; then
8cf3ca80 757 PKG_CHECK_MODULES(LIBCRYPTSETUP, [ libcryptsetup >= 1.6.0 ],
7f4e0805 758 [AC_DEFINE(HAVE_LIBCRYPTSETUP, 1, [Define if libcryptsetup is available]) have_libcryptsetup=yes], have_libcryptsetup=no)
7f4e0805 759 if test "x$have_libcryptsetup" = xno -a "x$enable_libcryptsetup" = xyes; then
591622d7 760 AC_MSG_ERROR([*** libcryptsetup support requested but libraries not found])
7f4e0805
LP
761 fi
762fi
763AM_CONDITIONAL(HAVE_LIBCRYPTSETUP, [test "$have_libcryptsetup" = "yes"])
764
f6a971bc
LP
765# ------------------------------------------------------------------------------
766have_qrencode=no
767AC_ARG_ENABLE(qrencode, AS_HELP_STRING([--disable-qrencode], [disable qrencode support]))
768if 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
774fi
775AM_CONDITIONAL(HAVE_QRENCODE, [test "$have_qrencode" = "yes"])
776
7b17a7d7
LP
777# ------------------------------------------------------------------------------
778have_microhttpd=no
779AC_ARG_ENABLE(microhttpd, AS_HELP_STRING([--disable-microhttpd], [disable microhttpd support]))
780if test "x$enable_microhttpd" != "xno"; then
3f573096 781 PKG_CHECK_MODULES(MICROHTTPD, [libmicrohttpd >= 0.9.33],
7b17a7d7
LP
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
786fi
787AM_CONDITIONAL(HAVE_MICROHTTPD, [test "$have_microhttpd" = "yes"])
788
60313199
ZJS
789# ------------------------------------------------------------------------------
790have_gnutls=no
791AC_ARG_ENABLE(gnutls, AS_HELP_STRING([--disable-gnutls], [disable gnutls support]))
792if test "x$enable_gnutls" != "xno"; then
f12be7e8 793 PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.4],
60313199
ZJS
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
798fi
799AM_CONDITIONAL(HAVE_GNUTLS, [test "$have_gnutls" = "yes"])
800
36ef43ed
ZJS
801# ------------------------------------------------------------------------------
802have_libcurl=no
803AC_ARG_ENABLE(libcurl, AS_HELP_STRING([--disable-libcurl], [disable libcurl support]))
804if 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
810fi
811AM_CONDITIONAL(HAVE_LIBCURL, [test "$have_libcurl" = "yes"])
812
bdf10b5b
LP
813# ------------------------------------------------------------------------------
814have_libidn=no
815AC_ARG_ENABLE(libidn, AS_HELP_STRING([--disable-libidn], [Disable optional LIBIDN support]))
816if 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
825fi
826AM_CONDITIONAL(HAVE_LIBIDN, [test "$have_libidn" = "yes"])
827
3e214785 828# ------------------------------------------------------------------------------
27669061
MV
829have_binfmt=no
830AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool]))
831if test "x$enable_binfmt" != "xno"; then
be31376e 832 have_binfmt=yes
27669061
MV
833fi
834AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"])
835
3e214785 836# ------------------------------------------------------------------------------
e5e83e83
LP
837have_vconsole=no
838AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool]))
839if test "x$enable_vconsole" != "xno"; then
be31376e 840 have_vconsole=yes
e5e83e83
LP
841fi
842AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
843
3e214785 844# ------------------------------------------------------------------------------
e5e83e83
LP
845have_readahead=no
846AC_ARG_ENABLE(readahead, AS_HELP_STRING([--disable-readahead], [disable readahead tools]))
847if test "x$enable_readahead" != "xno"; then
be31376e 848 have_readahead=yes
e5e83e83
LP
849fi
850AM_CONDITIONAL(ENABLE_READAHEAD, [test "$have_readahead" = "yes"])
851
83fdc450
AK
852# ------------------------------------------------------------------------------
853have_bootchart=no
854AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool]))
855if test "x$enable_bootchart" != "xno"; then
856 have_bootchart=yes
857fi
858AM_CONDITIONAL(ENABLE_BOOTCHART, [test "$have_bootchart" = "yes"])
859
3e214785 860# ------------------------------------------------------------------------------
4de85612
LP
861have_quotacheck=no
862AC_ARG_ENABLE(quotacheck, AS_HELP_STRING([--disable-quotacheck], [disable quotacheck tools]))
863if test "x$enable_quotacheck" != "xno"; then
be31376e 864 have_quotacheck=yes
4de85612
LP
865fi
866AM_CONDITIONAL(ENABLE_QUOTACHECK, [test "$have_quotacheck" = "yes"])
867
6351163b
UTL
868# ------------------------------------------------------------------------------
869have_tmpfiles=no
870AC_ARG_ENABLE(tmpfiles, AS_HELP_STRING([--disable-tmpfiles], [disable tmpfiles support]))
871if test "x$enable_tmpfiles" != "xno"; then
872 have_tmpfiles=yes
873fi
874AM_CONDITIONAL(ENABLE_TMPFILES, [test "$have_tmpfiles" = "yes"])
875
1b992147
LP
876# ------------------------------------------------------------------------------
877have_sysusers=no
878AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysusers support]))
879if test "x$enable_sysusers" != "xno"; then
880 have_sysusers=yes
881fi
882AM_CONDITIONAL(ENABLE_SYSUSERS, [test "$have_sysusers" = "yes"])
883
418b9be5
LP
884# ------------------------------------------------------------------------------
885have_firstboot=no
886AC_ARG_ENABLE(firstboot, AS_HELP_STRING([--disable-firstboot], [disable firstboot support]))
887if test "x$enable_firstboot" != "xno"; then
888 have_firstboot=yes
889fi
890AM_CONDITIONAL(ENABLE_FIRSTBOOT, [test "$have_firstboot" = "yes"])
891
3e214785 892# ------------------------------------------------------------------------------
4de85612
LP
893have_randomseed=no
894AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable randomseed tools]))
895if test "x$enable_randomseed" != "xno"; then
be31376e 896 have_randomseed=yes
4de85612
LP
897fi
898AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
899
3731acf1
LP
900# ------------------------------------------------------------------------------
901have_backlight=no
902AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable backlight tools]))
903if test "x$enable_backlight" != "xno"; then
904 have_backlight=yes
905fi
906AM_CONDITIONAL(ENABLE_BACKLIGHT, [test "$have_backlight" = "yes"])
907
3990f247
LP
908# ------------------------------------------------------------------------------
909have_rfkill=no
910AC_ARG_ENABLE(rfkill, AS_HELP_STRING([--disable-rfkill], [disable rfkill tools]))
911if test "x$enable_rfkill" != "xno"; then
912 have_rfkill=yes
913fi
914AM_CONDITIONAL(ENABLE_RFKILL, [test "$have_rfkill" = "yes"])
915
3e214785 916# ------------------------------------------------------------------------------
2a018e83
KS
917have_logind=no
918AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon]))
919if test "x$enable_logind" != "xno"; then
be31376e 920 have_logind=yes
2a018e83
KS
921fi
922AM_CONDITIONAL(ENABLE_LOGIND, [test "$have_logind" = "yes"])
4c80c73c 923AS_IF([test "$have_logind" = "yes"], [ AC_DEFINE(HAVE_LOGIND, [1], [Logind support available]) ])
2a018e83 924
1ee306e1
LP
925# ------------------------------------------------------------------------------
926have_machined=no
927AC_ARG_ENABLE(machined, AS_HELP_STRING([--disable-machined], [disable machine daemon]))
928if test "x$enable_machined" != "xno"; then
929 have_machined=yes
930fi
931AM_CONDITIONAL(ENABLE_MACHINED, [test "$have_machined" = "yes"])
932AS_IF([test "$have_machined" = "yes"], [ AC_DEFINE(HAVE_MACHINED, [1], [Machined support available]) ])
933
3e214785 934# ------------------------------------------------------------------------------
b2e9fb99
MV
935have_hostnamed=no
936AC_ARG_ENABLE(hostnamed, AS_HELP_STRING([--disable-hostnamed], [disable hostname daemon]))
937if test "x$enable_hostnamed" != "xno"; then
be31376e 938 have_hostnamed=yes
b2e9fb99
MV
939fi
940AM_CONDITIONAL(ENABLE_HOSTNAMED, [test "$have_hostnamed" = "yes"])
941
3e214785 942# ------------------------------------------------------------------------------
f47cd184
MV
943have_timedated=no
944AC_ARG_ENABLE(timedated, AS_HELP_STRING([--disable-timedated], [disable timedate daemon]))
945if test "x$enable_timedated" != "xno"; then
be31376e 946 have_timedated=yes
f47cd184
MV
947fi
948AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
949
3e214785 950# ------------------------------------------------------------------------------
687ed123
KS
951have_timesyncd=no
952AC_ARG_ENABLE(timesyncd, AS_HELP_STRING([--disable-timesyncd], [disable timesync daemon]))
43ba1b3e 953if test "x$enable_timesyncd" != "xno"; then
687ed123
KS
954 have_timesyncd=yes
955fi
956AM_CONDITIONAL(ENABLE_TIMESYNCD, [test "$have_timesyncd" = "yes"])
957
e8af6973
LP
958AC_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
964AC_DEFINE_UNQUOTED(NTP_SERVERS, ["$NTP_SERVERS"], [Default NTP Servers])
965AC_SUBST(NTP_SERVERS)
966
661278ee
LP
967AC_ARG_WITH(time-epoch,
968 AS_HELP_STRING([--with-time-epoch=SECONDS],
5ea846cc 969 [Time epoch for time clients]),
661278ee
LP
970 [TIME_EPOCH="$withval"],
971 [TIME_EPOCH="`stat -c %Y ${srcdir}/NEWS 2>/dev/null || echo 0`"])
972
973AC_DEFINE_UNQUOTED(TIME_EPOCH, [$TIME_EPOCH], [Time Epoch])
974
f7dc3ab9
LP
975# ------------------------------------------------------------------------------
976AC_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
982AC_DEFINE_UNQUOTED(SYSTEM_UID_MAX, [$SYSTEM_UID_MAX], [Maximum System UID])
983AC_SUBST(SYSTEM_UID_MAX)
984
985# ------------------------------------------------------------------------------
986AC_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
992AC_DEFINE_UNQUOTED(SYSTEM_GID_MAX, [$SYSTEM_GID_MAX], [Maximum System GID])
993AC_SUBST(SYSTEM_GID_MAX)
994
687ed123 995# ------------------------------------------------------------------------------
4cd1eaa5
MV
996have_localed=no
997AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon]))
998if test "x$enable_localed" != "xno"; then
be31376e 999 have_localed=yes
4cd1eaa5
MV
1000fi
1001AM_CONDITIONAL(ENABLE_LOCALED, [test "$have_localed" = "yes"])
1002
3e214785 1003# ------------------------------------------------------------------------------
f5e04665
LP
1004have_coredump=no
1005AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook]))
1006if test "x$enable_coredump" != "xno"; then
be31376e 1007 have_coredump=yes
f5e04665
LP
1008fi
1009AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"])
1010
46ba8aae
LP
1011# ------------------------------------------------------------------------------
1012have_polkit=no
1013AC_ARG_ENABLE(polkit, AS_HELP_STRING([--disable-polkit], [disable PolicyKit support]))
1014if test "x$enable_polkit" != "xno"; then
1015 AC_DEFINE(ENABLE_POLKIT, 1, [Define if PolicyKit support is to be enabled])
1016 have_polkit=yes
1017fi
1018AM_CONDITIONAL(ENABLE_POLKIT, [test "x$have_polkit" = "xyes"])
1019
3c9317d2 1020# ------------------------------------------------------------------------------
091a364c
TG
1021have_resolved=no
1022AC_ARG_ENABLE(resolved, AS_HELP_STRING([--disable-resolved], [disable resolve daemon]))
1023if test "x$enable_resolved" != "xno"; then
1024 have_resolved=yes
3c9317d2 1025fi
091a364c 1026AM_CONDITIONAL(ENABLE_RESOLVED, [test "$have_resolved" = "yes"])
3c9317d2 1027
e16cb2e4
TG
1028AC_ARG_WITH(dns-servers,
1029 AS_HELP_STRING([--with-dns-servers=DNSSERVERS],
1030 [Space-separated list of default DNS servers]),
49e5c2b2 1031 [DNS_SERVERS="$withval"],
7b4d7968 1032 [DNS_SERVERS="8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844"])
e16cb2e4
TG
1033
1034AC_DEFINE_UNQUOTED(DNS_SERVERS, ["$DNS_SERVERS"], [Default DNS Servers])
1035AC_SUBST(DNS_SERVERS)
1036
091a364c
TG
1037# ------------------------------------------------------------------------------
1038have_networkd=no
1039AC_ARG_ENABLE(networkd, AS_HELP_STRING([--disable-networkd], [disable networkd]))
81577dc2 1040AS_IF([test "x$enable_networkd" != "xno"], [
091a364c
TG
1041 AC_DEFINE(ENABLE_NETWORKD, 1, [Define if networkd support is to be enabled])
1042 have_networkd=yes
81577dc2 1043])
091a364c
TG
1044AM_CONDITIONAL(ENABLE_NETWORKD, [test "x$have_networkd" = "xyes"])
1045
b872e9a0
LP
1046# ------------------------------------------------------------------------------
1047have_efi=no
1048AC_ARG_ENABLE(efi, AS_HELP_STRING([--disable-efi], [disable EFI support]))
1049if test "x$enable_efi" != "xno"; then
1050 AC_DEFINE(ENABLE_EFI, 1, [Define if EFI support is to be enabled])
1051 have_efi=yes
1052fi
1053AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"])
1054
bd441fa2
ZJS
1055# ------------------------------------------------------------------------------
1056have_multi_seat_x=no
1057AC_ARG_ENABLE(multi_seat_x, AS_HELP_STRING([--disable-multi-seat-x], [do not build multi-seat-x]))
1058if test "x$enable_multi_seat_x" != "xno"; then
1059 have_multi_seat_x=yes
1060fi
1061AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"])
1062
84da4a30
DH
1063# ------------------------------------------------------------------------------
1064have_terminal=no
1065AC_ARG_ENABLE(terminal, AS_HELP_STRING([--enable-terminal], [enable terminal support]))
1066if test "x$enable_terminal" = "xyes"; then
1067 AC_DEFINE(ENABLE_TERMINAL, 1, [Define if terminal support is to be enabled])
1068 have_terminal=yes
1069fi
1070AM_CONDITIONAL(ENABLE_TERMINAL, [test "x$have_terminal" = "xyes"])
1071
626851be
LP
1072# ------------------------------------------------------------------------------
1073have_kdbus=no
c97a6dbc 1074AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default]))
146ccaaf 1075if test "x$enable_kdbus" = "xyes"; then
626851be
LP
1076 AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enabled])
1077 have_kdbus=yes
4acbce79 1078 M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"
626851be
LP
1079fi
1080AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"])
1081
b1c4ca25
LP
1082# ------------------------------------------------------------------------------
1083AC_ARG_WITH(rc-local-script-path-start,
1084 AS_HELP_STRING([--with-rc-local-script-path-start=PATH],
1085 [Path to /etc/rc.local]),
1086 [RC_LOCAL_SCRIPT_PATH_START="$withval"],
1087 [RC_LOCAL_SCRIPT_PATH_START="/etc/rc.local"])
1088
1089AC_ARG_WITH(rc-local-script-path-stop,
1090 AS_HELP_STRING([--with-rc-local-script-path-stop=PATH],
bc270841 1091 [Path to /usr/sbin/halt.local]),
b1c4ca25 1092 [RC_LOCAL_SCRIPT_PATH_STOP="$withval"],
bc270841 1093 [RC_LOCAL_SCRIPT_PATH_STOP="/usr/sbin/halt.local"])
b1c4ca25
LP
1094
1095AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_START, ["$RC_LOCAL_SCRIPT_PATH_START"], [Path of /etc/rc.local script])
bc270841 1096AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_STOP, ["$RC_LOCAL_SCRIPT_PATH_STOP"], [Path of /usr/sbin/halt.local script])
b1c4ca25
LP
1097
1098AC_SUBST(RC_LOCAL_SCRIPT_PATH_START)
1099AC_SUBST(RC_LOCAL_SCRIPT_PATH_STOP)
1100
a382332e
LP
1101# ------------------------------------------------------------------------------
1102AC_ARG_WITH(kbd-loadkeys,
1103 AS_HELP_STRING([--with-kbd-loadkeys=PATH],
1104 [Path to loadkeys]),
1105 [KBD_LOADKEYS="$withval"],
1106 [KBD_LOADKEYS="/usr/bin/loadkeys"])
1107
1108AC_ARG_WITH(kbd-setfont,
1109 AS_HELP_STRING([--with-kbd-setfont=PATH],
1110 [Path to setfont]),
1111 [KBD_SETFONT="$withval"],
1112 [KBD_SETFONT="/usr/bin/setfont"])
1113
1114AC_DEFINE_UNQUOTED(KBD_LOADKEYS, ["$KBD_LOADKEYS"], [Path of loadkeys])
1115AC_DEFINE_UNQUOTED(KBD_SETFONT, ["$KBD_SETFONT"], [Path of setfont])
1116
1117AC_SUBST(KBD_LOADKEYS)
1118AC_SUBST(KBD_SETFONT)
1119
4ad61fd1
CR
1120AC_ARG_WITH(telinit,
1121 AS_HELP_STRING([--with-telinit=PATH],
1122 [Path to telinit]),
1123 [TELINIT="$withval"],
abaaabf4 1124 [TELINIT="/lib/sysvinit/telinit"])
4ad61fd1
CR
1125
1126AC_DEFINE_UNQUOTED(TELINIT, ["$TELINIT"], [Path to telinit])
1127
1128AC_SUBST(TELINIT)
1129
54b434b1 1130AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h])
7211f918 1131
d562955e
TG
1132# ------------------------------------------------------------------------------
1133have_myhostname=no
f8c5a581 1134AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable nss-myhostname support]))
d562955e
TG
1135if test "x$enable_myhostname" != "xno"; then
1136 AC_HEADER_STDC
a3b6fafe 1137 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])
d562955e
TG
1138
1139 AC_C_CONST
1140 AC_TYPE_SIZE_T
1141 AC_HEADER_TIME
1142
1143 AC_FUNC_MALLOC
1144 AC_FUNC_SELECT_ARGTYPES
1145 AC_CHECK_FUNCS([gethostbyaddr gethostbyname gettimeofday inet_ntoa memset select socket strcspn strdup strerror strncasecmp strcasecmp strspn])
1146
1147 have_myhostname=yes
1148fi
1149AM_CONDITIONAL(HAVE_MYHOSTNAME, [test "$have_myhostname" = "yes"])
1150
3e214785
KS
1151# ------------------------------------------------------------------------------
1152AC_ARG_WITH(firmware-path,
1153 AS_HELP_STRING([--with-firmware-path=DIR[[[:DIR[...]]]]],
a3bd8447
TG
1154 [Firmware search path (default="")]),
1155 [], [with_firmware_path=""])
3e214785
KS
1156OLD_IFS=$IFS
1157IFS=:
1158for i in $with_firmware_path; do
1159 if test "x${FIRMWARE_PATH}" = "x"; then
1160 FIRMWARE_PATH="\\\"${i}/\\\""
1161 else
1162 FIRMWARE_PATH="${FIRMWARE_PATH}, \\\"${i}/\\\""
1163 fi
1164done
1165IFS=$OLD_IFS
a3bd8447 1166AC_SUBST(FIRMWARE_PATH)
d8d4bee7 1167AS_IF([test "x${FIRMWARE_PATH}" != "x"], [ AC_DEFINE(HAVE_FIRMWARE, 1, [Define if FIRMWARE is available]) ])
a3bd8447 1168AM_CONDITIONAL(ENABLE_FIRMWARE, [test "x${FIRMWARE_PATH}" != "x"])
3e214785
KS
1169
1170# ------------------------------------------------------------------------------
1171AC_ARG_ENABLE([gudev],
1172 AS_HELP_STRING([--disable-gudev], [disable Gobject libudev support @<:@default=enabled@:>@]),
1173 [], [enable_gudev=yes])
de1c301e 1174AS_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]) ])
3e214785 1175AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"])
de1c301e
LP
1176AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define if glib is available]) ])
1177
3e214785 1178# ------------------------------------------------------------------------------
75db9a77 1179have_manpages=no
4c2b0e4e 1180AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
4ca39b28 1181AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
fe1fed02 1182AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"])
75db9a77 1183
3e214785 1184# ------------------------------------------------------------------------------
d1ab0ca0 1185
34eff652
LP
1186# Location of the init scripts as mandated by LSB
1187SYSTEM_SYSVINIT_PATH=/etc/init.d
f1dd0c3f 1188SYSTEM_SYSVRCND_PATH=/etc/rc.d
12e84679 1189
136337ff 1190AC_ARG_WITH([sysvinit-path],
be31376e 1191 [AS_HELP_STRING([--with-sysvinit-path=PATH],
bc270841 1192 [Specify the path to where the SysV init scripts are located])],
be31376e
KS
1193 [SYSTEM_SYSVINIT_PATH="$withval"],
1194 [])
136337ff 1195
dee4c244
LP
1196AC_ARG_WITH([sysvrcnd-path],
1197 [AS_HELP_STRING([--with-sysvrcnd-path=PATH],
bc270841 1198 [Specify the path to the base directory for the SysV rcN.d directories])],
136337ff
TFH
1199 [SYSTEM_SYSVRCND_PATH="$withval"],
1200 [])
1201
07459bb6
FF
1202if test "x${SYSTEM_SYSVINIT_PATH}" != "x" -a "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
1203 AC_DEFINE(HAVE_SYSV_COMPAT, [], [SysV init scripts and rcN.d links are supported.])
1204 SYSTEM_SYSV_COMPAT="yes"
f975e971 1205 M4_DEFINES="$M4_DEFINES -DHAVE_SYSV_COMPAT"
07459bb6 1206elif test "x${SYSTEM_SYSVINIT_PATH}" != "x" -o "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
dee4c244 1207 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.])
07459bb6
FF
1208else
1209 SYSTEM_SYSV_COMPAT="no"
1210fi
1211
bc270841
LP
1212AC_SUBST(SYSTEM_SYSVINIT_PATH)
1213AC_SUBST(SYSTEM_SYSVRCND_PATH)
1214AC_SUBST(M4_DEFINES)
1215
1216AM_CONDITIONAL(HAVE_SYSV_COMPAT, test "$SYSTEM_SYSV_COMPAT" = "yes")
1217
bef2733f 1218AC_ARG_WITH([tty-gid],
a05ea46d 1219 [AS_HELP_STRING([--with-tty-gid=GID],
bef2733f 1220 [Specify the numeric GID of the 'tty' group])],
f8b5d994
LP
1221 [TTY_GID="$withval"],
1222 [TTY_GID="5"])
1223
1224AC_DEFINE_UNQUOTED(TTY_GID, [$TTY_GID], [GID of the 'tty' group])
1225AC_SUBST(TTY_GID)
bef2733f 1226
d2d12cd1
LP
1227AC_ARG_WITH([dbuspolicydir],
1228 AS_HELP_STRING([--with-dbuspolicydir=DIR], [D-Bus policy directory]),
1229 [],
25ee45f9 1230 [with_dbuspolicydir=$($PKG_CONFIG --variable=sysconfdir dbus-1)/dbus-1/system.d])
d122948d 1231
d2d12cd1
LP
1232AC_ARG_WITH([dbussessionservicedir],
1233 AS_HELP_STRING([--with-dbussessionservicedir=DIR], [D-Bus session service directory]),
1234 [],
25ee45f9 1235 [with_dbussessionservicedir=$($PKG_CONFIG --variable=session_bus_services_dir dbus-1)])
d122948d 1236
d2d12cd1
LP
1237AC_ARG_WITH([dbussystemservicedir],
1238 AS_HELP_STRING([--with-dbussystemservicedir=DIR], [D-Bus system service directory]),
1239 [],
03c14914 1240 [with_dbussystemservicedir=$(readlink -m $($PKG_CONFIG --variable=session_bus_services_dir dbus-1)/../system-services)])
d122948d 1241
d2d12cd1
LP
1242AC_ARG_WITH([dbusinterfacedir],
1243 AS_HELP_STRING([--with-dbusinterfacedir=DIR], [D-Bus interface directory]),
1244 [],
03c14914 1245 [with_dbusinterfacedir=$(readlink -m $($PKG_CONFIG --variable=session_bus_services_dir dbus-1)/../interfaces)])
d122948d 1246
db059f1b
MB
1247AC_ARG_WITH([bashcompletiondir],
1248 AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]),
1249 [],
25ee45f9
MB
1250 [AS_IF([$($PKG_CONFIG --exists bash-completion)], [
1251 with_bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion)
db059f1b
MB
1252 ] , [
1253 with_bashcompletiondir=${datadir}/bash-completion/completions
1254 ])])
1255
4f87c47b
WG
1256AC_ARG_WITH([zshcompletiondir],
1257 AS_HELP_STRING([--with-zshcompletiondir=DIR], [Zsh completions directory]),
1258 [], [with_zshcompletiondir=${datadir}/zsh/site-functions])
1259
b8079ae1
KS
1260AC_ARG_WITH([rootprefix],
1261 AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
39ad55a9 1262 [], [with_rootprefix=${ac_default_prefix}])
d2d12cd1 1263
ae446765
KS
1264AC_ARG_WITH([rootlibdir],
1265 AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),
1266 [],
1267 [with_rootlibdir=${libdir}])
1268
9d3203b4 1269AC_ARG_WITH([pamlibdir],
b0cca7d8 1270 AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]),
9d3203b4
KS
1271 [],
1272 [with_pamlibdir=${with_rootlibdir}/security])
1273
5c390a4a
ZJS
1274AC_ARG_WITH([pamconfdir],
1275 AS_HELP_STRING([--with-pamconfdir=DIR], [Directory for PAM configuration]),
1276 [],
1277 [with_pamconfdir=${sysconfdir}/pam.d])
1278
bc9bdbba
MG
1279AC_ARG_ENABLE([split-usr],
1280 AS_HELP_STRING([--enable-split-usr], [Assume that /bin, /sbin aren\'t symlinks into /usr]),
1281 [],
1282 [AS_IF([test "x${ac_default_prefix}" != "x${with_rootprefix}"], [
1283 enable_split_usr=yes
1284 ], [
1285 enable_split_usr=no
1286 ])])
1287
1288AS_IF([test "x${enable_split_usr}" = "xyes"], [
2c6db6fb 1289 AC_DEFINE(HAVE_SPLIT_USR, 1, [Define if /bin, /sbin aren't symlinks into /usr])
bc9bdbba 1290])
2c6db6fb 1291
6fc00209
ZJS
1292# Work around intltoolize and gtk-doc problems in VPATH builds
1293AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"],
1294 [Define to do gtk-doc tests])
1295AS_IF([test "x$0" != "x./configure"], [
1296 AC_SUBST([INTLTOOL_UPDATE], [/bin/true])
1297])
1298
cee22bd3
HGB
1299AC_ARG_ENABLE(tests,
1300 [AC_HELP_STRING([--disable-tests], [disable tests])],
1301 enable_tests=$enableval, enable_tests=yes)
1302AM_CONDITIONAL(ENABLE_TESTS, [test x$enable_tests = xyes])
1303
d2d12cd1
LP
1304AC_SUBST([dbuspolicydir], [$with_dbuspolicydir])
1305AC_SUBST([dbussessionservicedir], [$with_dbussessionservicedir])
1306AC_SUBST([dbussystemservicedir], [$with_dbussystemservicedir])
1307AC_SUBST([dbusinterfacedir], [$with_dbusinterfacedir])
db059f1b 1308AC_SUBST([bashcompletiondir], [$with_bashcompletiondir])
4f87c47b 1309AC_SUBST([zshcompletiondir], [$with_zshcompletiondir])
8c6db833 1310AC_SUBST([pamlibdir], [$with_pamlibdir])
5c390a4a 1311AC_SUBST([pamconfdir], [$with_pamconfdir])
b8079ae1 1312AC_SUBST([rootprefix], [$with_rootprefix])
ae446765 1313AC_SUBST([rootlibdir], [$with_rootlibdir])
8c4a3079 1314
3e214785
KS
1315AC_CONFIG_FILES([
1316 Makefile po/Makefile.in
bb061708
KS
1317 docs/libudev/Makefile
1318 docs/libudev/version.xml
1319 docs/gudev/Makefile
1320 docs/gudev/version.xml
3e214785
KS
1321])
1322
a45a909f 1323AC_OUTPUT
ae446765 1324AC_MSG_RESULT([
0571e011
LP
1325 $PACKAGE_NAME $VERSION
1326
7f4e0805 1327 libcryptsetup: ${have_libcryptsetup}
5b6319dc 1328 PAM: ${have_pam}
12716238 1329 AUDIT: ${have_audit}
81611586 1330 IMA: ${have_ima}
eef65bf3 1331 AppArmor: ${have_apparmor}
12716238 1332 SELinux: ${have_selinux}
c0467cf3 1333 SECCOMP: ${have_seccomp}
2b3e18de 1334 SMACK: ${have_smack}
807e17f0 1335 XZ: ${have_xz}
d89c8fdf 1336 LZ4: ${have_lz4}
5eda94dd 1337 ACL: ${have_acl}
7560fffc 1338 GCRYPT: ${have_gcrypt}
f6a971bc 1339 QRENCODE: ${have_qrencode}
7b17a7d7 1340 MICROHTTPD: ${have_microhttpd}
77e68fa2 1341 CHKCONFIG: ${have_chkconfig}
60313199 1342 GNUTLS: ${have_gnutls}
36ef43ed 1343 libcurl: ${have_libcurl}
bdf10b5b 1344 libidn: ${have_libidn}
8d4e028f 1345 ELFUTILS: ${have_elfutils}
27669061 1346 binfmt: ${have_binfmt}
e5e83e83
LP
1347 vconsole: ${have_vconsole}
1348 readahead: ${have_readahead}
83fdc450 1349 bootchart: ${have_bootchart}
4de85612 1350 quotacheck: ${have_quotacheck}
6351163b 1351 tmpfiles: ${have_tmpfiles}
1b992147 1352 sysusers: ${have_sysusers}
418b9be5 1353 firstboot: ${have_firstboot}
4de85612 1354 randomseed: ${have_randomseed}
3731acf1 1355 backlight: ${have_backlight}
3990f247 1356 rfkill: ${have_rfkill}
2a018e83 1357 logind: ${have_logind}
1ee306e1 1358 machined: ${have_machined}
b2e9fb99 1359 hostnamed: ${have_hostnamed}
f47cd184 1360 timedated: ${have_timedated}
a91df40e 1361 timesyncd: ${have_timesyncd}
e8af6973 1362 default NTP servers: ${NTP_SERVERS}
661278ee 1363 time epoch: ${TIME_EPOCH}
4cd1eaa5 1364 localed: ${have_localed}
7a243b22 1365 networkd: ${have_networkd}
091a364c 1366 resolved: ${have_resolved}
e16cb2e4 1367 default DNS servers: ${DNS_SERVERS}
f5e04665 1368 coredump: ${have_coredump}
46ba8aae 1369 polkit: ${have_polkit}
b872e9a0 1370 efi: ${have_efi}
e3043162 1371 kmod: ${have_kmod}
f553b3b1 1372 blkid: ${have_blkid}
ac6b760c 1373 dbus: ${have_dbus}
d562955e 1374 nss-myhostname: ${have_myhostname}
3e214785
KS
1375 gudev: ${enable_gudev}
1376 gintrospection: ${enable_introspection}
bd441fa2 1377 multi-seat-x: ${have_multi_seat_x}
84da4a30 1378 terminal: ${have_terminal}
626851be 1379 kdbus: ${have_kdbus}
8d7e170a
LP
1380 Python: ${have_python}
1381 Python Headers: ${have_python_devel}
2f4da3e6
ZJS
1382 man pages: ${have_manpages}
1383 gtk-doc: ${enable_gtk_doc}
6aea6d10 1384 test coverage: ${have_coverage}
2f4da3e6
ZJS
1385 Split /usr: ${enable_split_usr}
1386 SysV compatibility: ${SYSTEM_SYSV_COMPAT}
53e856e1 1387 compatibility libraries: ${have_compat_libs}
3e214785 1388
8c4a3079 1389 prefix: ${prefix}
b8079ae1 1390 rootprefix: ${with_rootprefix}
3e214785
KS
1391 sysconf dir: ${sysconfdir}
1392 datarootdir: ${datarootdir}
1393 includedir: ${includedir}
1394 include_prefix: ${INCLUDE_PREFIX}
ae446765
KS
1395 lib dir: ${libdir}
1396 rootlib dir: ${with_rootlibdir}
2f4da3e6
ZJS
1397 SysV init scripts: ${SYSTEM_SYSVINIT_PATH}
1398 SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH}
1399 Build Python: ${PYTHON}
1400 Installation Python: ${PYTHON_BINARY}
f2ec0646 1401 sphinx binary: ${SPHINX_BUILD}
2f4da3e6 1402 firmware path: ${FIRMWARE_PATH}
2c6db6fb 1403 PAM modules dir: ${with_pamlibdir}
5c390a4a 1404 PAM configuration dir: ${with_pamconfdir}
2c6db6fb
LP
1405 D-Bus policy dir: ${with_dbuspolicydir}
1406 D-Bus session dir: ${with_dbussessionservicedir}
1407 D-Bus system dir: ${with_dbussystemservicedir}
1408 D-Bus interfaces dir: ${with_dbusinterfacedir}
db059f1b 1409 Bash completions dir: ${with_bashcompletiondir}
4f87c47b 1410 Zsh completions dir: ${with_zshcompletiondir}
b1c4ca25
LP
1411 Extra start script: ${RC_LOCAL_SCRIPT_PATH_START}
1412 Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP}
45df1f2c 1413 Debug shell: ${SUSHELL} @ ${DEBUGTTY}
f8b5d994 1414 TTY GID: ${TTY_GID}
f7dc3ab9
LP
1415 Maximum System UID: ${SYSTEM_UID_MAX}
1416 Maximum System GID: ${SYSTEM_GID_MAX}
ad95fd1d 1417 Certificate root: ${CERTIFICATEROOT}
66be6554 1418
5a45a936 1419 CFLAGS: ${OUR_CFLAGS} ${CFLAGS}
1f048a6b 1420 CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS}
5a45a936 1421 LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS}
a6c0b31d
ZJS
1422 PYTHON_CFLAGS: ${PYTHON_DEVEL_CFLAGS}
1423 PYTHON_LIBS: ${PYTHON_DEVEL_LIBS}
ae446765 1424])