]> git.ipfire.org Git - thirdparty/systemd.git/blame - configure.ac
sysv-generator: only allow regular files in enumerate_sysv()
[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],
98077125 23 [218],
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])
91ca5bf0 37AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects parallel-tests])
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
dd5ae4c3
PK
93AC_PATH_PROG([SETCAP], [setcap], [/usr/sbin/setcap], [$PATH:/usr/sbin:/sbin])
94
2d0efdf1 95AC_PATH_PROG([KILL], [kill], [/usr/bin/kill], [$PATH:/usr/sbin:/sbin])
96ede260 96
2d0efdf1 97AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod], [$PATH:/usr/sbin:/sbin])
edeb68c5 98
2d0efdf1 99AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec], [$PATH:/usr/sbin:/sbin])
78013564 100
44688352
LP
101AS_IF([! ln --relative --help > /dev/null 2>&1], [AC_MSG_ERROR([*** ln doesn't support --relative ***])])
102
4acbce79
ZJS
103M4_DEFINES=
104
80a5cbac 105# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
b37250d6
ZJS
106m4_ifdef([GTK_DOC_CHECK], [
107GTK_DOC_CHECK([1.18],[--flavour no-tmpl])],
6581f00f
ZJS
108 [AM_CONDITIONAL([ENABLE_GTK_DOC], [false])
109 enable_gtk_doc=no])
92ec4495 110
fe1fed02
ZJS
111AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
112 AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
113])
114
6e92b23f 115m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
0eaeca1f 116GOBJECT_INTROSPECTION_CHECK([1.31.1])
d66ee73a
ZJS
117], [
118 AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
119 enable_introspection=no])
3e214785 120
ac714a78
MJ
121AC_CHECK_TOOL(STRINGS, strings)
122AC_CHECK_TOOL(GPERF, gperf)
b62cfcea
MB
123if test -z "$GPERF" ; then
124 AC_MSG_ERROR([*** gperf not found])
125fi
9a60da28 126
732bfe09
ZJS
127# ------------------------------------------------------------------------------
128address_sanitizer_cflags=
129address_sanitizer_cppflags=
130address_sanitizer_ldflags=
131AC_ARG_ENABLE(address-sanitizer, AS_HELP_STRING([--enable-address-sanitizer], [enable -fsanitize=address]))
132AS_IF([test "x$enable_address_sanitizer" = "xyes"], [
133 CC_CHECK_FLAG_APPEND([with_as_cflags], [CFLAGS], [-fsanitize=address])
134 AS_IF([test -z "$with_as_cflags"],
135 [AC_MSG_ERROR([*** -fsanitize=address is not supported])])
136 address_sanitizer_cflags="$with_as_cflags -fno-omit-frame-pointer -DVALGRIND=1"
137 address_sanitizer_cppflags="-DVALGRIND=1"
138 address_sanitizer_ldflags="-Wc,-fsanitize=address"
139 ])
140
ae0ceefc
ZJS
141undefined_sanitizer_cflags=
142undefined_sanitizer_cppflags=
143undefined_sanitizer_ldflags=
144AC_ARG_ENABLE(undefined-sanitizer, AS_HELP_STRING([--enable-undefined-sanitizer], [enable -fsanitize=undefined]))
145AS_IF([test "x$enable_undefined_sanitizer" = "xyes"], [
146 CC_CHECK_FLAG_APPEND([with_us_cflags], [CFLAGS], [-fsanitize=undefined])
147 AS_IF([test -z "$with_us_cflags"],
148 [AC_MSG_ERROR([*** -fsanitize=undefined is not supported])])
149 undefined_sanitizer_cflags="$with_us_cflags -fno-omit-frame-pointer -DVALGRIND=1"
150 undefined_sanitizer_cppflags="-DVALGRIND=1"
151 undefined_sanitizer_ldflags="-Wc,-fsanitize=undefined"
152 ])
153
154sanitizer_cflags="$address_sanitizer_cflags $undefined_sanitizer_cflags"
155sanitizer_cppflags="$address_sanitizer_cppflags $undefined_sanitizer_cppflags"
156sanitizer_ldflags="$address_sanitizer_ldflags $undefined_sanitizer_ldflags"
157
eb2e280f 158CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
be1a67d9 159 -pipe \
d1ab0ca0 160 -Wall \
d1ab0ca0 161 -Wextra \
27765dfc 162 -Wno-inline \
d1ab0ca0 163 -Wundef \
780040dc 164 "-Wformat=2 -Wformat-security -Wformat-nonliteral" \
d1ab0ca0
LP
165 -Wlogical-op \
166 -Wsign-compare \
d1ab0ca0 167 -Wmissing-include-dirs \
d1ab0ca0
LP
168 -Wold-style-definition \
169 -Wpointer-arith \
170 -Winit-self \
03930e48 171 -Wdeclaration-after-statement \
d1ab0ca0 172 -Wfloat-equal \
693eb9a2 173 -Wsuggest-attribute=noreturn \
d1ab0ca0
LP
174 -Wmissing-prototypes \
175 -Wstrict-prototypes \
176 -Wredundant-decls \
177 -Wmissing-declarations \
178 -Wmissing-noreturn \
179 -Wshadow \
180 -Wendif-labels \
d1ab0ca0
LP
181 -Wstrict-aliasing=2 \
182 -Wwrite-strings \
be1a67d9
LP
183 -Wno-long-long \
184 -Wno-overlength-strings \
d1ab0ca0 185 -Wno-unused-parameter \
be1a67d9 186 -Wno-missing-field-initializers \
8745297f 187 -Wno-unused-result \
d200735e 188 -Werror=overflow \
213298fb 189 -Wdate-time \
693eb9a2 190 -Wnested-externs \
be1a67d9 191 -ffast-math \
d1ab0ca0
LP
192 -fno-common \
193 -fdiagnostics-show-option \
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])
4f47bb8c
ZJS
202
203AS_CASE([$CC], [*clang*],
204 [CC_CHECK_FLAGS_APPEND([with_cppflags], [CPPFLAGS], [\
65e3a2cf
ZJS
205 -Wno-typedef-redefinition \
206 -Wno-gnu-variable-sized-type-not-at-end \
207 ])])
4f47bb8c 208
b850b06e
KS
209AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
210 [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
235c6e62 211 -flto -ffat-lto-objects])],
b850b06e 212 [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
ae0ceefc 213AC_SUBST([OUR_CFLAGS], "$with_cflags $sanitizer_cflags")
5a45a936 214
03a170c0 215AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
a6c0b31d
ZJS
216 [CC_CHECK_FLAGS_APPEND([with_cppflags], [CPPFLAGS], [\
217 -Wp,-D_FORTIFY_SOURCE=2])],
218 [AC_MSG_RESULT([skipping -D_FORTIFY_SOURCE, optimization not enabled])])
ae0ceefc 219AC_SUBST([OUR_CPPFLAGS], "$with_cppflags $sanitizer_cppflags")
9e7adc3a
LDM
220
221CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
9b85fc6a 222 -Wl,--as-needed \
9d2d0fe1 223 -Wl,--no-undefined \
5a45a936
LP
224 -Wl,--gc-sections \
225 -Wl,-z,relro \
39c4ead2 226 -Wl,-z,now \
2a4d1ec1 227 -pie \
39c4ead2 228 -Wl,-fuse-ld=gold])
ae0ceefc 229AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
47be870b 230
ccd06097
ZJS
231AC_CHECK_SIZEOF(pid_t)
232AC_CHECK_SIZEOF(uid_t)
1c231f56 233AC_CHECK_SIZEOF(gid_t)
de0671ee 234AC_CHECK_SIZEOF(time_t)
de99c9dc 235AC_CHECK_SIZEOF(dev_t)
de0671ee
ZJS
236AC_CHECK_SIZEOF(rlim_t,,[
237 #include <sys/time.h>
238 #include <sys/resource.h>
239])
ccd06097 240
c937e0d5
ZJS
241# ------------------------------------------------------------------------------
242# we use python to build the man page index, and for systemd-python
243have_python=no
c937e0d5
ZJS
244AC_ARG_WITH([python],
245 [AS_HELP_STRING([--without-python], [Disable building the man page index and systemd-python (default: test)])])
246
32dcef3a 247have_lxml=no
c937e0d5
ZJS
248AS_IF([test "x$with_python" != "xno"], [
249 AM_PATH_PYTHON(,, [:])
be8737ae
FB
250 AS_IF([test "x$PYTHON" != "x:"], [
251 AC_MSG_CHECKING([for python lxml module])
252 AS_IF(["$PYTHON" -c 'import lxml' 2>/dev/null], [have_lxml=yes])
253 AC_MSG_RESULT([$have_lxml])
254 AS_IF([test "x$have_lxml" = "xyes"], [have_python=yes],
255 [AC_MSG_WARN([*** python support requires python-lxml module installed])])
256 ])
c937e0d5 257])
747cf8cd
ZJS
258AS_IF([test "$have_python" != "yes"], [
259 AS_IF([test "$with_python" = "yes"],
260 [AC_MSG_ERROR([*** python support requested but python support not found])])
261 AS_IF([test "$with_python" != "no"],
262 [AC_MSG_WARN([*** python support not found, some documentation cannot be built])])
263])
264
c937e0d5
ZJS
265AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
266AS_IF([test "x$PYTHON_BINARY" = "x"],
267 [AS_IF([test "x$have_python" = "xyes"],
25ee45f9 268 [PYTHON_BINARY="$(which "$PYTHON")"],
c937e0d5
ZJS
269 [PYTHON_BINARY=/usr/bin/python])])
270AC_ARG_VAR(PYTHON_BINARY, [Python binary used to launch installed scripts])
271
1864b0e3
ZJS
272AS_IF([test "x$have_python" != "xyes" -a "x$enable_python_devel" = "xyes"],
273 [AC_MSG_ERROR([*** python-devel support requires --with-python])])
274
a6c0b31d
ZJS
275have_python_devel=no
276AC_ARG_ENABLE(python_devel, AS_HELP_STRING([--disable-python-devel], [Do not build python modules]))
1864b0e3 277AS_IF([test "x$have_python" = "xyes" -a "x$enable_python_devel" != "xno"], [
a6c0b31d
ZJS
278 PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}],
279 [have_python_devel=yes],
280 [PKG_CHECK_MODULES([PYTHON_DEVEL], [python],
281 [have_python_devel=yes],
282 [have_python_devel=no])])
283 AS_IF([test "x$have_python_devel" = xno -a "x$enable_python_devel" = xyes],
284 [AC_MSG_ERROR([*** python-devel support requested but libraries not found])])
f2ec0646 285 AC_PATH_PROGS(SPHINX_BUILD, sphinx-build-${PYTHON_VERSION} sphinx-build)
c937e0d5
ZJS
286])
287AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test "$have_python_devel" = "yes"])
288
289# ------------------------------------------------------------------------------
290
afea26ad 291AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([*** Dynamic linking loader library not found])])
7959ff99 292AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
4b357e15 293AC_CHECK_HEADERS([linux/btrfs.h], [], [])
27c64db6 294AC_CHECK_HEADERS([linux/memfd.h], [], [])
7959ff99
KS
295
296# unconditionally pull-in librt with old glibc versions
297AC_SEARCH_LIBS([clock_gettime], [rt], [], [])
85f19d82
MB
298
299save_LIBS="$LIBS"
300LIBS=
47be870b 301AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not found])])
85f19d82 302CAP_LIBS="$LIBS"
7959ff99
KS
303AC_SUBST(CAP_LIBS)
304
305LIBS=
fba1ea06
SL
306AC_SEARCH_LIBS([mq_open], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])])
307RT_LIBS="$LIBS"
308AC_SUBST(RT_LIBS)
85f19d82 309LIBS="$save_LIBS"
47be870b 310
27c64db6 311AC_CHECK_FUNCS([memfd_create])
4db17f29 312AC_CHECK_FUNCS([__secure_getenv secure_getenv])
f7ad54a3 313AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, getrandom, renameat2, kcmp, LO_FLAGS_PARTSCAN],
81577dc2
ZJS
314 [], [], [[
315#include <sys/types.h>
a8348796 316#include <unistd.h>
9388e99e 317#include <sys/mount.h>
3b794314 318#include <fcntl.h>
5f381b35 319#include <sched.h>
81577dc2 320#include <linux/loop.h>
539618a0 321#include <linux/random.h>
81577dc2
ZJS
322]])
323
75616a13 324AC_CHECK_DECLS([IFLA_MACVLAN_FLAGS,
c4a5ddc9 325 IFLA_IPVLAN_MODE,
6589d0db 326 IFLA_VTI_REMOTE,
75616a13 327 IFLA_PHYS_PORT_ID,
81577dc2
ZJS
328 IFLA_BOND_AD_INFO,
329 IFLA_VLAN_PROTOCOL,
330 IFLA_VXLAN_LOCAL6,
331 IFLA_IPTUN_6RD_RELAY_PREFIXLEN,
8ecec322
ZJS
332 IFLA_BRIDGE_VLAN_INFO,
333 IFLA_BRPORT_UNICAST_FLOOD],
81577dc2
ZJS
334[], [], [[
335#include <inttypes.h>
336#include <netinet/in.h>
337#include <netinet/ether.h>
338#include <linux/rtnetlink.h>
339#include <net/if.h>
340#include <linux/ip.h>
341#include <linux/if_tunnel.h>
342#include <linux/if_link.h>
343#include <linux/if_bridge.h>
344]])
a8348796 345
b237ef2c 346# This makes sure pkg.m4 is available.
a9b5b032 347m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
d1ab0ca0 348
22703094 349# ------------------------------------------------------------------------------
ac6b760c
ZJS
350have_dbus=no
351AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [disable usage of dbus-1 in tests]))
8114dedc 352AS_IF([test "x$enable_dbus" != "xno"], [
ac6b760c
ZJS
353 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.3.2],
354 [AC_DEFINE(HAVE_DBUS, 1, [Define if dbus-1 library is available]) have_dbus=yes],
355 [have_dbus=no])
356 AS_IF([test "x$have_dbus" = "xno" -a "x$enable_dbus" = "xyes"],
357 [AC_MSG_ERROR([*** dbus-1 support requested but libraries not found])])])
22703094 358AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"])
4b357e15 359
37161c51
ERB
360# ------------------------------------------------------------------------------
361have_utmp=yes
362AC_ARG_ENABLE([utmp], AS_HELP_STRING([--disable-utmp], [disable utmp/wtmp log handling]),
363 AS_CASE("x${enableval}",
364 [xyes], [have_utmp=yes],
365 [xno], [have_utmp=no],
366 AC_MSG_ERROR(bad value ${enableval} for --enable-utmp)))
367AS_IF([test "x$have_utmp" = "xyes"], [AC_DEFINE(HAVE_UTMP, 1, [Define if utmp/wtmp support is enabled])])
368AM_CONDITIONAL([HAVE_UTMP], [test "x$have_utmp" = "xyes"])
369
53e856e1
ZJS
370# ------------------------------------------------------------------------------
371have_compat_libs=no
372AC_ARG_ENABLE([compat_libs], AS_HELP_STRING([--enable-compat-libs],[Enable creation of compatibility libraries]),
373 [case "${enableval}" in
374 yes) have_compat_libs=yes ;;
375 no) have_compat_libs=no ;;
376 *) AC_MSG_ERROR(bad value ${enableval} for --enable-compat-libs) ;;
377 esac],
378 [have_compat_libs=no])
379AM_CONDITIONAL([ENABLE_COMPAT_LIBS], [test "$have_compat_libs" = "yes"])
380
6aea6d10
TA
381# ------------------------------------------------------------------------------
382have_coverage=no
383AC_ARG_ENABLE(coverage, AS_HELP_STRING([--enable-coverage], [enable test coverage]))
384if test "x$enable_coverage" = "xyes" ; then
385 AC_CHECK_PROG(lcov_found, [lcov], [yes], [no])
386 if test "x$lcov_found" = xno ; then
387 AC_MSG_ERROR([*** lcov support requested but the program was not found])
388 else
389 lcov_version_major="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 1`"
390 lcov_version_minor="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 2`"
391 if test "$lcov_version_major" -eq 1 -a "$lcov_version_minor" -lt 10; then
392 AC_MSG_ERROR([*** lcov version is too old. 1.10 required])
393 else
394 have_coverage=yes
395 CC_CHECK_FLAGS_APPEND([with_coverage_cflags], [CFLAGS], [\
396 -fprofile-arcs \
397 -ftest-coverage])
398 AC_SUBST([OUR_CFLAGS], "$with_cflags $with_coverage_cflags")
399 fi
400 fi
401fi
402AM_CONDITIONAL(ENABLE_COVERAGE, [test "$have_coverage" = "yes"])
403
e3043162
TG
404# ------------------------------------------------------------------------------
405have_kmod=no
406AC_ARG_ENABLE(kmod, AS_HELP_STRING([--disable-kmod], [disable loadable modules support]))
407if test "x$enable_kmod" != "xno"; then
e2ca86cf
DR
408 PKG_CHECK_EXISTS([ libkmod ], have_kmod=yes, have_kmod=no)
409 if test "x$have_kmod" = "xyes"; then
a18535d9 410 PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ],
e2ca86cf 411 [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])],
70d83209 412 AC_MSG_ERROR([*** kmod version >= 15 not found]))
e2ca86cf 413 fi
e3043162 414 if test "x$have_kmod" = xno -a "x$enable_kmod" = xyes; then
c4955740 415 AC_MSG_ERROR([*** kmod support requested, but libraries not found])
e3043162
TG
416 fi
417fi
418AM_CONDITIONAL(HAVE_KMOD, [test "$have_kmod" = "yes"])
f553b3b1 419
d4f5a1f4
DH
420# ------------------------------------------------------------------------------
421have_xkbcommon=no
422AC_ARG_ENABLE(xkbcommon, AS_HELP_STRING([--disable-xkbcommon], [disable xkbcommon keymap support]))
423if test "x$enable_xkbcommon" != "xno"; then
424 PKG_CHECK_MODULES(XKBCOMMON, [ xkbcommon >= 0.3.0 ],
425 [AC_DEFINE(HAVE_XKBCOMMON, 1, [Define if libxkbcommon is available]) have_xkbcommon=yes], have_xkbcommon=no)
426 if test "x$have_xkbcommon" = xno -a "x$enable_xkbcommon" = xyes; then
427 AC_MSG_ERROR([*** xkbcommon support requested but libraries not found])
428 fi
429fi
430AM_CONDITIONAL(HAVE_XKBCOMMON, [test "$have_xkbcommon" = "yes"])
431
f553b3b1
AO
432# ------------------------------------------------------------------------------
433have_blkid=no
434AC_ARG_ENABLE(blkid, AS_HELP_STRING([--disable-blkid], [disable blkid support]))
435if test "x$enable_blkid" != "xno"; then
d47f6ca5 436 PKG_CHECK_MODULES(BLKID, [ blkid >= 2.24 ],
f553b3b1
AO
437 [AC_DEFINE(HAVE_BLKID, 1, [Define if blkid is available]) have_blkid=yes], have_blkid=no)
438 if test "x$have_blkid" = xno -a "x$enable_blkid" = xyes; then
439 AC_MSG_ERROR([*** blkid support requested but libraries not found])
440 fi
441fi
442AM_CONDITIONAL(HAVE_BLKID, [test "$have_blkid" = "yes"])
728beb28 443
8d3ae2bd
CL
444# ------------------------------------------------------------------------------
445have_libmount=no
446PKG_CHECK_MODULES(MOUNT, [ mount >= 2.20 ],
447 [AC_DEFINE(HAVE_LIBMOUNT, 1, [Define if libmount is available]) have_libmount=yes], have_libmount=no)
448if test "x$have_libmount" = xno; then
449 AC_MSG_ERROR([*** libmount support required but libraries not found])
450fi
451AM_CONDITIONAL(HAVE_LIBMOUNT, [test "$have_libmount" = "yes"])
452
c0467cf3
RC
453# ------------------------------------------------------------------------------
454have_seccomp=no
455AC_ARG_ENABLE(seccomp, AS_HELP_STRING([--disable-seccomp], [Disable optional SECCOMP support]))
456if test "x$enable_seccomp" != "xno"; then
457 PKG_CHECK_MODULES(SECCOMP, [libseccomp >= 1.0.0],
17df7223
LP
458 [AC_DEFINE(HAVE_SECCOMP, 1, [Define if seccomp is available])
459 have_seccomp=yes
460 M4_DEFINES="$M4_DEFINES -DHAVE_SECCOMP"],
c0467cf3
RC
461 [have_seccomp=no])
462 if test "x$have_seccomp" = "xno" -a "x$enable_seccomp" = "xyes"; then
463 AC_MSG_ERROR([*** seccomp support requested but libraries not found])
464 fi
465fi
466AM_CONDITIONAL(HAVE_SECCOMP, [test "$have_seccomp" = "yes"])
467
3e214785 468# ------------------------------------------------------------------------------
81611586
RS
469have_ima=yes
470AC_ARG_ENABLE([ima], AS_HELP_STRING([--disable-ima],[Disable optional IMA support]),
471 [case "${enableval}" in
472 yes) have_ima=yes ;;
473 no) have_ima=no ;;
474 *) AC_MSG_ERROR(bad value ${enableval} for --disable-ima) ;;
475 esac],
476 [have_ima=yes])
477
478if test "x${have_ima}" != xno ; then
479 AC_DEFINE(HAVE_IMA, 1, [Define if IMA is available])
480fi
481
77e68fa2
LP
482# ------------------------------------------------------------------------------
483have_chkconfig=yes
484AC_ARG_ENABLE([chkconfig], AS_HELP_STRING([--disable-chkconfig],[Disable optional chkconfig support]),
485 [case "${enableval}" in
486 yes) have_chkconfig=yes ;;
487 no) have_chkconfig=no ;;
488 *) AC_MSG_ERROR(bad value ${enableval} for --disable-chkconfig) ;;
489 esac],
490 [AC_PATH_PROG(CHKCONFIG, chkconfig)
491 if test -z "$CHKCONFIG"; then
492 have_chkconfig=no
493 else
494 have_chkconfig=yes
495 fi])
496
497if test "x${have_chkconfig}" != xno ; then
498 AC_DEFINE(HAVE_CHKCONFIG, 1, [Define if CHKCONFIG is available])
499fi
500
3e214785 501# ------------------------------------------------------------------------------
591622d7
LP
502have_selinux=no
503AC_ARG_ENABLE(selinux, AS_HELP_STRING([--disable-selinux], [Disable optional SELINUX support]))
504if test "x$enable_selinux" != "xno"; then
3f8cc098 505 PKG_CHECK_MODULES([SELINUX], [libselinux >= 2.1.9],
6a6751fe
LP
506 [AC_DEFINE(HAVE_SELINUX, 1, [Define if SELinux is available])
507 have_selinux=yes
508 M4_DEFINES="$M4_DEFINES -DHAVE_SELINUX"],
509 [have_selinux=no])
591622d7
LP
510 if test "x$have_selinux" = xno -a "x$enable_selinux" = xyes; then
511 AC_MSG_ERROR([*** SELinux support requested but libraries not found])
512 fi
56cf987f 513fi
591622d7 514AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"])
45df1f2c 515
eef65bf3
MS
516have_apparmor=no
517AC_ARG_ENABLE(apparmor, AS_HELP_STRING([--disable-apparmor], [Disable optional AppArmor support]))
518if test "x$enable_apparmor" != "xno"; then
519 PKG_CHECK_MODULES([APPARMOR], [libapparmor],
520 [AC_DEFINE(HAVE_APPARMOR, 1, [Define if AppArmor is available])
521 have_apparmor=yes
522 M4_DEFINES="$M4_DEFINES -DHAVE_APPARMOR"],
523 [have_apparmor=no])
524 if test "x$have_apparmor" = xno -a "x$enable_apparmor" = xyes; then
525 AC_MSG_ERROR([*** AppArmor support requested but libraries not found])
526 fi
527fi
528AM_CONDITIONAL(HAVE_APPARMOR, [test "$have_apparmor" = "yes"])
529
530
45df1f2c
CR
531AC_ARG_WITH(debug-shell,
532 AS_HELP_STRING([--with-debug-shell=PATH],
533 [Path to debug shell binary]),
534 [SUSHELL="$withval"],[
535 AS_IF([test "x${have_selinux}" != "xno"], [SUSHELL="/sbin/sushell"] , [SUSHELL="/bin/sh"])])
536
5ec6b15b 537AC_SUBST(SUSHELL)
56cf987f 538
45df1f2c
CR
539AC_ARG_WITH([debug-tty],
540 AS_HELP_STRING([--with-debug-tty=PATH],
541 [Specify the tty device for debug shell]),
542 [DEBUGTTY="$withval"],
543 [DEBUGTTY=/dev/tty9])
544
545AC_SUBST(DEBUGTTY)
546
ad95fd1d
ZJS
547AC_ARG_WITH([certificate-root],
548 AS_HELP_STRING([--with-certificate-root=PATH],
549 [Specify the prefix for TLS certificates [/etc/ssl]]),
550 [CERTIFICATEROOT="$withval"],
551 [CERTIFICATEROOT="/etc/ssl"])
552
553AC_SUBST(CERTIFICATEROOT)
554
3e214785 555# ------------------------------------------------------------------------------
807e17f0
LP
556have_xz=no
557AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ support]))
558if test "x$enable_xz" != "xno"; then
559 PKG_CHECK_MODULES(XZ, [ liblzma ],
d89c8fdf 560 [AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz=yes])
807e17f0 561 if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then
d89c8fdf 562 AC_MSG_ERROR([*** XZ support requested but libraries not found])
807e17f0
LP
563 fi
564fi
565AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"])
566
edce2aed
LP
567# ------------------------------------------------------------------------------
568have_zlib=no
569AC_ARG_ENABLE(zlib, AS_HELP_STRING([--disable-zlib], [Disable optional ZLIB support]))
570if test "x$enable_zlib" != "xno"; then
571 PKG_CHECK_MODULES(ZLIB, [ zlib ],
572 [AC_DEFINE(HAVE_ZLIB, 1, [Define if ZLIB is available]) have_zlib=yes])
573 if test "x$have_zlib" = xno -a "x$enable_zlib" = xyes; then
574 AC_MSG_ERROR([*** ZLIB support requested but libraries not found])
575 fi
576fi
577AM_CONDITIONAL(HAVE_ZLIB, [test "$have_zlib" = "yes"])
578
8af3cf74
LP
579# ------------------------------------------------------------------------------
580have_bzip2=no
581AC_ARG_ENABLE(bzip2, AS_HELP_STRING([--enable-bzip2], [Enable optional BZIP2 support]))
582AS_IF([test "x$enable_bzip2" != "xno"], [
583 AC_CHECK_HEADERS(bzlib.h,
584 [AC_DEFINE(HAVE_BZIP2, 1, [Define in BZIP2 is available]) have_bzip2=yes],
585 [AC_MSG_ERROR([*** BZIP2 support requested but headers not found])])
586])
587AM_CONDITIONAL(HAVE_BZIP2, [test "$have_bzip2" = "yes"])
588
d89c8fdf
ZJS
589# ------------------------------------------------------------------------------
590have_lz4=no
591AC_ARG_ENABLE(lz4, AS_HELP_STRING([--enable-lz4], [Enable optional LZ4 support]))
0a7f0fcc 592AS_IF([test "x$enable_lz4" = "xyes"], [
d89c8fdf
ZJS
593 AC_CHECK_HEADERS(lz4.h,
594 [AC_DEFINE(HAVE_LZ4, 1, [Define in LZ4 is available]) have_lz4=yes],
595 [AC_MSG_ERROR([*** LZ4 support requested but headers not found])])
596])
597AM_CONDITIONAL(HAVE_LZ4, [test "$have_lz4" = "yes"])
598
3b1a55e1
ZJS
599AM_CONDITIONAL(HAVE_COMPRESSION, [test "$have_xz" = "yes" -o "$have_lz4" = "yes"])
600
3e214785 601# ------------------------------------------------------------------------------
5b6319dc
LP
602AC_ARG_ENABLE([pam],
603 AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),
604 [case "${enableval}" in
605 yes) have_pam=yes ;;
606 no) have_pam=no ;;
607 *) AC_MSG_ERROR(bad value ${enableval} for --disable-pam) ;;
608 esac],
609 [have_pam=auto])
610
611if test "x${have_pam}" != xno ; then
612 AC_CHECK_HEADERS(
613 [security/pam_modules.h security/pam_modutil.h security/pam_ext.h],
614 [have_pam=yes],
615 [if test "x$have_pam" = xyes ; then
616 AC_MSG_ERROR([*** PAM headers not found.])
617 fi])
618
619 AC_CHECK_LIB(
620 [pam],
621 [pam_syslog],
622 [have_pam=yes],
623 [if test "x$have_pam" = xyes ; then
624 AC_MSG_ERROR([*** libpam not found.])
625 fi])
626
627 if test "x$have_pam" = xyes ; then
628 PAM_LIBS="-lpam -lpam_misc"
629 AC_DEFINE(HAVE_PAM, 1, [PAM available])
6a6751fe 630 M4_DEFINES="$M4_DEFINES -DHAVE_PAM"
812cce32
LP
631 else
632 have_pam=no
5b6319dc
LP
633 fi
634else
635 PAM_LIBS=
636fi
637AC_SUBST(PAM_LIBS)
638AM_CONDITIONAL([HAVE_PAM], [test "x$have_pam" != xno])
639
3e214785 640# ------------------------------------------------------------------------------
5eda94dd
LP
641AC_ARG_ENABLE([acl],
642 AS_HELP_STRING([--disable-acl],[Disable optional ACL support]),
643 [case "${enableval}" in
644 yes) have_acl=yes ;;
645 no) have_acl=no ;;
646 *) AC_MSG_ERROR(bad value ${enableval} for --disable-acl) ;;
647 esac],
648 [have_acl=auto])
649
650if test "x${have_acl}" != xno ; then
651 AC_CHECK_HEADERS(
652 [sys/acl.h acl/libacl.h],
653 [have_acl=yes],
654 [if test "x$have_acl" = xyes ; then
655 AC_MSG_ERROR([*** ACL headers not found.])
656 fi])
657
658 AC_CHECK_LIB(
659 [acl],
660 [acl_get_file],
661 [have_acl=yes],
662 [if test "x$have_acl" = xyes ; then
663 AC_MSG_ERROR([*** libacl not found.])
664 fi])
665
666 if test "x$have_acl" = xyes ; then
667 ACL_LIBS="-lacl"
668 AC_DEFINE(HAVE_ACL, 1, [ACL available])
a48a62a1 669 M4_DEFINES="$M4_DEFINES -DHAVE_ACL"
5eda94dd
LP
670 else
671 have_acl=no
672 fi
673else
674 ACL_LIBS=
675fi
676AC_SUBST(ACL_LIBS)
677AM_CONDITIONAL([HAVE_ACL], [test "x$have_acl" != xno])
678
2b3e18de
KL
679# ------------------------------------------------------------------------------
680AC_ARG_ENABLE([smack], AS_HELP_STRING([--disable-smack],[Disable optional SMACK support]),
681 [case "${enableval}" in
682 yes) have_smack=yes ;;
683 no) have_smack=no ;;
684 *) AC_MSG_ERROR(bad value ${enableval} for --disable-smack) ;;
685 esac],
686 [have_smack=auto])
687
d2edfae0
KS
688if test "x${have_smack}" = xauto; then
689 M4_DEFINES="$M4_DEFINES -DHAVE_SMACK"
690 have_smack=yes
2b3e18de
KL
691fi
692
8b197c3a
AK
693AC_ARG_WITH(smack-run-label,
694AS_HELP_STRING([--with-smack-run-label=STRING],
695 [run systemd --system with a specific SMACK label]),
696 [AC_DEFINE_UNQUOTED(SMACK_RUN_LABEL, ["$withval"], [Run with a smack label])],
697 [])
698
2b3e18de
KL
699if test "x${have_smack}" = xyes ; then
700 AC_DEFINE(HAVE_SMACK, 1, [Define if SMACK is available])
701fi
702
dd5ae4c3
PK
703AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"])
704
7560fffc 705# ------------------------------------------------------------------------------
feb12d3e 706AC_ARG_ENABLE([gcrypt],
7560fffc
LP
707 AS_HELP_STRING([--disable-gcrypt],[Disable optional GCRYPT support]),
708 [case "${enableval}" in
709 yes) have_gcrypt=yes ;;
710 no) have_gcrypt=no ;;
711 *) AC_MSG_ERROR(bad value ${enableval} for --disable-gcrypt) ;;
712 esac],
713 [have_gcrypt=auto])
714
715if test "x${have_gcrypt}" != xno ; then
716 AM_PATH_LIBGCRYPT(
717 [1.4.5],
718 [have_gcrypt=yes],
719 [if test "x$have_gcrypt" = xyes ; then
720 AC_MSG_ERROR([*** GCRYPT headers not found.])
721 fi])
722
723 if test "x$have_gcrypt" = xyes ; then
724 GCRYPT_LIBS="$LIBGCRYPT_LIBS"
725 GCRYPT_CFLAGS="$LIBGCRYPT_CFLAGS"
726 AC_DEFINE(HAVE_GCRYPT, 1, [GCRYPT available])
727 else
728 have_gcrypt=no
729 fi
730else
731 GCRYPT_LIBS=
732 GCRYPT_CFLAGS=
733fi
734AC_SUBST(GCRYPT_LIBS)
735AC_SUBST(GCRYPT_CFLAGS)
736AM_CONDITIONAL([HAVE_GCRYPT], [test "x$have_gcrypt" != xno])
737
3e214785 738# ------------------------------------------------------------------------------
4927fcae
LP
739AC_ARG_ENABLE([audit],
740 AS_HELP_STRING([--disable-audit],[Disable optional AUDIT support]),
741 [case "${enableval}" in
742 yes) have_audit=yes ;;
743 no) have_audit=no ;;
744 *) AC_MSG_ERROR(bad value ${enableval} for --disable-audit) ;;
745 esac],
746 [have_audit=auto])
747
748if test "x${have_audit}" != xno ; then
749 AC_CHECK_HEADERS(
750 [libaudit.h],
751 [have_audit=yes],
752 [if test "x$have_audit" = xyes ; then
753 AC_MSG_ERROR([*** AUDIT headers not found.])
754 fi])
755
756 AC_CHECK_LIB(
757 [audit],
758 [audit_open],
759 [have_audit=yes],
760 [if test "x$have_audit" = xyes ; then
761 AC_MSG_ERROR([*** libaudit not found.])
762 fi])
763
764 if test "x$have_audit" = xyes ; then
765 AUDIT_LIBS="-laudit"
766 AC_DEFINE(HAVE_AUDIT, 1, [AUDIT available])
767 else
768 have_audit=no
769 fi
770else
771 AUDIT_LIBS=
772fi
773AC_SUBST(AUDIT_LIBS)
774
8d4e028f
LP
775# ------------------------------------------------------------------------------
776AC_ARG_ENABLE([elfutils],
777 AS_HELP_STRING([--disable-elfutils],[Disable optional ELFUTILS support]),
778 [case "${enableval}" in
779 yes) have_elfutils=yes ;;
780 no) have_elfutils=no ;;
781 *) AC_MSG_ERROR(bad value ${enableval} for --disable-elfutils) ;;
782 esac],
783 [have_elfutils=auto])
784
785if test "x${have_elfutils}" != xno ; then
786 AC_CHECK_HEADERS(
787 [elfutils/libdwfl.h],
972bded0 788 [],
8d4e028f
LP
789 [if test "x$have_elfutils" = xyes ; then
790 AC_MSG_ERROR([*** ELFUTILS headers not found.])
791 fi])
792
793 AC_CHECK_LIB(
794 [dw],
795 [dwfl_begin],
972bded0 796 [],
8d4e028f
LP
797 [if test "x$have_elfutils" = xyes ; then
798 AC_MSG_ERROR([*** ELFUTILS libs not found.])
799 fi])
800
972bded0
MM
801 AC_CHECK_LIB(
802 [dw],
803 [dwfl_core_file_attach],
804 [have_elfutils=yes],
805 [if test "x$have_elfutils" = xyes ; then
806 AC_MSG_ERROR([*** ELFUTILS >= 158 is required.])
807 fi])
808
8d4e028f
LP
809 if test "x$have_elfutils" = xyes ; then
810 ELFUTILS_LIBS="-lelf -ldw"
811 AC_DEFINE(HAVE_ELFUTILS, 1, [ELFUTILS available])
812 else
813 have_elfutils=no
814 fi
815else
816 ELFUTILS_LIBS=
817fi
818AC_SUBST(ELFUTILS_LIBS)
819AM_CONDITIONAL(HAVE_ELFUTILS, [test "$have_elfutils" = "yes"])
820
3e214785 821# ------------------------------------------------------------------------------
7f4e0805
LP
822have_libcryptsetup=no
823AC_ARG_ENABLE(libcryptsetup, AS_HELP_STRING([--disable-libcryptsetup], [disable libcryptsetup tools]))
824if test "x$enable_libcryptsetup" != "xno"; then
8cf3ca80 825 PKG_CHECK_MODULES(LIBCRYPTSETUP, [ libcryptsetup >= 1.6.0 ],
7f4e0805 826 [AC_DEFINE(HAVE_LIBCRYPTSETUP, 1, [Define if libcryptsetup is available]) have_libcryptsetup=yes], have_libcryptsetup=no)
7f4e0805 827 if test "x$have_libcryptsetup" = xno -a "x$enable_libcryptsetup" = xyes; then
591622d7 828 AC_MSG_ERROR([*** libcryptsetup support requested but libraries not found])
7f4e0805
LP
829 fi
830fi
831AM_CONDITIONAL(HAVE_LIBCRYPTSETUP, [test "$have_libcryptsetup" = "yes"])
832
f6a971bc
LP
833# ------------------------------------------------------------------------------
834have_qrencode=no
835AC_ARG_ENABLE(qrencode, AS_HELP_STRING([--disable-qrencode], [disable qrencode support]))
836if test "x$enable_qrencode" != "xno"; then
837 PKG_CHECK_MODULES(QRENCODE, [ libqrencode ],
838 [AC_DEFINE(HAVE_QRENCODE, 1, [Define if qrencode is available]) have_qrencode=yes], have_qrencode=no)
839 if test "x$have_qrencode" = xno -a "x$enable_qrencode" = xyes; then
840 AC_MSG_ERROR([*** qrencode support requested but libraries not found])
841 fi
842fi
843AM_CONDITIONAL(HAVE_QRENCODE, [test "$have_qrencode" = "yes"])
844
7b17a7d7
LP
845# ------------------------------------------------------------------------------
846have_microhttpd=no
847AC_ARG_ENABLE(microhttpd, AS_HELP_STRING([--disable-microhttpd], [disable microhttpd support]))
848if test "x$enable_microhttpd" != "xno"; then
3f573096 849 PKG_CHECK_MODULES(MICROHTTPD, [libmicrohttpd >= 0.9.33],
7b17a7d7
LP
850 [AC_DEFINE(HAVE_MICROHTTPD, 1, [Define if microhttpd is available]) have_microhttpd=yes], have_microhttpd=no)
851 if test "x$have_microhttpd" = xno -a "x$enable_microhttpd" = xyes; then
852 AC_MSG_ERROR([*** microhttpd support requested but libraries not found])
853 fi
854fi
855AM_CONDITIONAL(HAVE_MICROHTTPD, [test "$have_microhttpd" = "yes"])
856
60313199
ZJS
857# ------------------------------------------------------------------------------
858have_gnutls=no
859AC_ARG_ENABLE(gnutls, AS_HELP_STRING([--disable-gnutls], [disable gnutls support]))
860if test "x$enable_gnutls" != "xno"; then
f12be7e8 861 PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.4],
60313199
ZJS
862 [AC_DEFINE(HAVE_GNUTLS, 1, [Define if gnutls is available]) have_gnutls=yes], have_gnutls=no)
863 if test "x$have_gnutls" = xno -a "x$enable_gnutls" = xyes; then
864 AC_MSG_ERROR([*** gnutls support requested but libraries not found])
865 fi
866fi
867AM_CONDITIONAL(HAVE_GNUTLS, [test "$have_gnutls" = "yes"])
868
36ef43ed
ZJS
869# ------------------------------------------------------------------------------
870have_libcurl=no
871AC_ARG_ENABLE(libcurl, AS_HELP_STRING([--disable-libcurl], [disable libcurl support]))
872if test "x$enable_libcurl" != "xno"; then
873 PKG_CHECK_MODULES(LIBCURL, [libcurl],
874 [AC_DEFINE(HAVE_LIBCURL, 1, [Define if libcurl is available]) have_libcurl=yes], have_libcurl=no)
875 if test "x$have_libcurl" = xno -a "x$enable_libcurl" = xyes; then
876 AC_MSG_ERROR([*** libcurl support requested but libraries not found])
877 fi
878fi
879AM_CONDITIONAL(HAVE_LIBCURL, [test "$have_libcurl" = "yes"])
880
bdf10b5b
LP
881# ------------------------------------------------------------------------------
882have_libidn=no
883AC_ARG_ENABLE(libidn, AS_HELP_STRING([--disable-libidn], [Disable optional LIBIDN support]))
884if test "x$enable_libidn" != "xno"; then
885 PKG_CHECK_MODULES(LIBIDN, [libidn],
886 [AC_DEFINE(HAVE_LIBIDN, 1, [Define if libidn is available])
887 have_libidn=yes
888 M4_DEFINES="$M4_DEFINES -DHAVE_LIBIDN"],
889 [have_libidn=no])
890 if test "x$have_libidn" = "xno" -a "x$enable_libidn" = "xyes"; then
891 AC_MSG_ERROR([*** libidn support requested but libraries not found])
892 fi
893fi
894AM_CONDITIONAL(HAVE_LIBIDN, [test "$have_libidn" = "yes"])
895
76917807
LP
896# ------------------------------------------------------------------------------
897have_libiptc=no
898AC_ARG_ENABLE(libiptc, AS_HELP_STRING([--disable-libiptc], [Disable optional LIBIPTC support]))
899if test "x$enable_libiptc" != "xno"; then
900 PKG_CHECK_MODULES(LIBIPTC, [libiptc],
901 [AC_DEFINE(HAVE_LIBIPTC, 1, [Define if libiptc is available])
902 have_libiptc=yes
903 M4_DEFINES="$M4_DEFINES -DHAVE_LIBIPTC"],
904 [have_libiptc=no])
905 if test "x$have_libiptc" = "xno" -a "x$enable_libiptc" = "xyes"; then
906 AC_MSG_ERROR([*** libiptc support requested but libraries not found])
907 fi
908fi
909AM_CONDITIONAL(HAVE_LIBIPTC, [test "$have_libiptc" = "yes"])
910
3e214785 911# ------------------------------------------------------------------------------
27669061
MV
912have_binfmt=no
913AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool]))
914if test "x$enable_binfmt" != "xno"; then
be31376e 915 have_binfmt=yes
27669061
MV
916fi
917AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"])
918
3e214785 919# ------------------------------------------------------------------------------
e5e83e83
LP
920have_vconsole=no
921AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool]))
922if test "x$enable_vconsole" != "xno"; then
be31376e 923 have_vconsole=yes
e5e83e83
LP
924fi
925AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
926
83fdc450
AK
927# ------------------------------------------------------------------------------
928have_bootchart=no
929AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool]))
930if test "x$enable_bootchart" != "xno"; then
931 have_bootchart=yes
932fi
933AM_CONDITIONAL(ENABLE_BOOTCHART, [test "$have_bootchart" = "yes"])
934
3e214785 935# ------------------------------------------------------------------------------
4de85612
LP
936have_quotacheck=no
937AC_ARG_ENABLE(quotacheck, AS_HELP_STRING([--disable-quotacheck], [disable quotacheck tools]))
938if test "x$enable_quotacheck" != "xno"; then
be31376e 939 have_quotacheck=yes
4de85612
LP
940fi
941AM_CONDITIONAL(ENABLE_QUOTACHECK, [test "$have_quotacheck" = "yes"])
942
6351163b
UTL
943# ------------------------------------------------------------------------------
944have_tmpfiles=no
945AC_ARG_ENABLE(tmpfiles, AS_HELP_STRING([--disable-tmpfiles], [disable tmpfiles support]))
946if test "x$enable_tmpfiles" != "xno"; then
947 have_tmpfiles=yes
948fi
949AM_CONDITIONAL(ENABLE_TMPFILES, [test "$have_tmpfiles" = "yes"])
950
1b992147
LP
951# ------------------------------------------------------------------------------
952have_sysusers=no
953AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysusers support]))
954if test "x$enable_sysusers" != "xno"; then
955 have_sysusers=yes
956fi
957AM_CONDITIONAL(ENABLE_SYSUSERS, [test "$have_sysusers" = "yes"])
958
418b9be5
LP
959# ------------------------------------------------------------------------------
960have_firstboot=no
961AC_ARG_ENABLE(firstboot, AS_HELP_STRING([--disable-firstboot], [disable firstboot support]))
962if test "x$enable_firstboot" != "xno"; then
963 have_firstboot=yes
964fi
965AM_CONDITIONAL(ENABLE_FIRSTBOOT, [test "$have_firstboot" = "yes"])
966
3e214785 967# ------------------------------------------------------------------------------
4de85612
LP
968have_randomseed=no
969AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable randomseed tools]))
970if test "x$enable_randomseed" != "xno"; then
be31376e 971 have_randomseed=yes
4de85612
LP
972fi
973AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
974
3731acf1
LP
975# ------------------------------------------------------------------------------
976have_backlight=no
977AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable backlight tools]))
978if test "x$enable_backlight" != "xno"; then
979 have_backlight=yes
980fi
981AM_CONDITIONAL(ENABLE_BACKLIGHT, [test "$have_backlight" = "yes"])
982
3990f247
LP
983# ------------------------------------------------------------------------------
984have_rfkill=no
985AC_ARG_ENABLE(rfkill, AS_HELP_STRING([--disable-rfkill], [disable rfkill tools]))
986if test "x$enable_rfkill" != "xno"; then
987 have_rfkill=yes
988fi
989AM_CONDITIONAL(ENABLE_RFKILL, [test "$have_rfkill" = "yes"])
990
3e214785 991# ------------------------------------------------------------------------------
2a018e83
KS
992have_logind=no
993AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon]))
994if test "x$enable_logind" != "xno"; then
be31376e 995 have_logind=yes
2a018e83
KS
996fi
997AM_CONDITIONAL(ENABLE_LOGIND, [test "$have_logind" = "yes"])
4c80c73c 998AS_IF([test "$have_logind" = "yes"], [ AC_DEFINE(HAVE_LOGIND, [1], [Logind support available]) ])
2a018e83 999
1ee306e1
LP
1000# ------------------------------------------------------------------------------
1001have_machined=no
1002AC_ARG_ENABLE(machined, AS_HELP_STRING([--disable-machined], [disable machine daemon]))
1003if test "x$enable_machined" != "xno"; then
1004 have_machined=yes
1005fi
1006AM_CONDITIONAL(ENABLE_MACHINED, [test "$have_machined" = "yes"])
1007AS_IF([test "$have_machined" = "yes"], [ AC_DEFINE(HAVE_MACHINED, [1], [Machined support available]) ])
1008
3d7415f4
LP
1009# ------------------------------------------------------------------------------
1010have_importd=no
1011AC_ARG_ENABLE(importd, AS_HELP_STRING([--disable-importd], [disable import daemon]))
1012if test "x$enable_importd" != "xno"; then
1013 have_importd=yes
1014fi
1015AM_CONDITIONAL(ENABLE_IMPORTD, [test "$have_importd" = "yes"])
1016AS_IF([test "$have_importd" = "yes"], [ AC_DEFINE(HAVE_IMPORTD, [1], [Importd support available]) ])
1017
3e214785 1018# ------------------------------------------------------------------------------
b2e9fb99
MV
1019have_hostnamed=no
1020AC_ARG_ENABLE(hostnamed, AS_HELP_STRING([--disable-hostnamed], [disable hostname daemon]))
1021if test "x$enable_hostnamed" != "xno"; then
be31376e 1022 have_hostnamed=yes
b2e9fb99
MV
1023fi
1024AM_CONDITIONAL(ENABLE_HOSTNAMED, [test "$have_hostnamed" = "yes"])
1025
3e214785 1026# ------------------------------------------------------------------------------
f47cd184
MV
1027have_timedated=no
1028AC_ARG_ENABLE(timedated, AS_HELP_STRING([--disable-timedated], [disable timedate daemon]))
1029if test "x$enable_timedated" != "xno"; then
be31376e 1030 have_timedated=yes
f47cd184
MV
1031fi
1032AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
1033
3e214785 1034# ------------------------------------------------------------------------------
687ed123
KS
1035have_timesyncd=no
1036AC_ARG_ENABLE(timesyncd, AS_HELP_STRING([--disable-timesyncd], [disable timesync daemon]))
43ba1b3e 1037if test "x$enable_timesyncd" != "xno"; then
687ed123 1038 have_timesyncd=yes
5a16bc26 1039 M4_DEFINES="$M4_DEFINES -DENABLE_TIMESYNCD"
687ed123
KS
1040fi
1041AM_CONDITIONAL(ENABLE_TIMESYNCD, [test "$have_timesyncd" = "yes"])
1042
e8af6973
LP
1043AC_ARG_WITH(ntp-servers,
1044 AS_HELP_STRING([--with-ntp-servers=NTPSERVERS],
1045 [Space-separated list of default NTP servers]),
1046 [NTP_SERVERS="$withval"],
1047 [NTP_SERVERS="time1.google.com time2.google.com time3.google.com time4.google.com"])
1048
1049AC_DEFINE_UNQUOTED(NTP_SERVERS, ["$NTP_SERVERS"], [Default NTP Servers])
1050AC_SUBST(NTP_SERVERS)
1051
661278ee
LP
1052AC_ARG_WITH(time-epoch,
1053 AS_HELP_STRING([--with-time-epoch=SECONDS],
5ea846cc 1054 [Time epoch for time clients]),
661278ee
LP
1055 [TIME_EPOCH="$withval"],
1056 [TIME_EPOCH="`stat -c %Y ${srcdir}/NEWS 2>/dev/null || echo 0`"])
1057
1058AC_DEFINE_UNQUOTED(TIME_EPOCH, [$TIME_EPOCH], [Time Epoch])
1059
f7dc3ab9
LP
1060# ------------------------------------------------------------------------------
1061AC_ARG_WITH(system-uid-max,
1062 AS_HELP_STRING([--with-system-uid-max=UID]
1063 [Maximum UID for system users]),
1064 [SYSTEM_UID_MAX="$withval"],
1065 [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`"])
1066
1067AC_DEFINE_UNQUOTED(SYSTEM_UID_MAX, [$SYSTEM_UID_MAX], [Maximum System UID])
1068AC_SUBST(SYSTEM_UID_MAX)
1069
1070# ------------------------------------------------------------------------------
1071AC_ARG_WITH(system-gid-max,
1072 AS_HELP_STRING([--with-system-gid-max=GID]
1073 [Maximum GID for system groups]),
1074 [SYSTEM_GID_MAX="$withval"],
1075 [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`"])
1076
1077AC_DEFINE_UNQUOTED(SYSTEM_GID_MAX, [$SYSTEM_GID_MAX], [Maximum System GID])
1078AC_SUBST(SYSTEM_GID_MAX)
1079
687ed123 1080# ------------------------------------------------------------------------------
4cd1eaa5
MV
1081have_localed=no
1082AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon]))
1083if test "x$enable_localed" != "xno"; then
be31376e 1084 have_localed=yes
4cd1eaa5
MV
1085fi
1086AM_CONDITIONAL(ENABLE_LOCALED, [test "$have_localed" = "yes"])
1087
3e214785 1088# ------------------------------------------------------------------------------
f5e04665
LP
1089have_coredump=no
1090AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook]))
1091if test "x$enable_coredump" != "xno"; then
be31376e 1092 have_coredump=yes
f5e04665
LP
1093fi
1094AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"])
1095
46ba8aae
LP
1096# ------------------------------------------------------------------------------
1097have_polkit=no
1098AC_ARG_ENABLE(polkit, AS_HELP_STRING([--disable-polkit], [disable PolicyKit support]))
1099if test "x$enable_polkit" != "xno"; then
1100 AC_DEFINE(ENABLE_POLKIT, 1, [Define if PolicyKit support is to be enabled])
1101 have_polkit=yes
1102fi
1103AM_CONDITIONAL(ENABLE_POLKIT, [test "x$have_polkit" = "xyes"])
1104
3c9317d2 1105# ------------------------------------------------------------------------------
091a364c
TG
1106have_resolved=no
1107AC_ARG_ENABLE(resolved, AS_HELP_STRING([--disable-resolved], [disable resolve daemon]))
1108if test "x$enable_resolved" != "xno"; then
1109 have_resolved=yes
aeb50ff0 1110 M4_DEFINES="$M4_DEFINES -DENABLE_RESOLVED"
3c9317d2 1111fi
091a364c 1112AM_CONDITIONAL(ENABLE_RESOLVED, [test "$have_resolved" = "yes"])
3c9317d2 1113
e16cb2e4
TG
1114AC_ARG_WITH(dns-servers,
1115 AS_HELP_STRING([--with-dns-servers=DNSSERVERS],
1116 [Space-separated list of default DNS servers]),
49e5c2b2 1117 [DNS_SERVERS="$withval"],
7b4d7968 1118 [DNS_SERVERS="8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844"])
e16cb2e4
TG
1119
1120AC_DEFINE_UNQUOTED(DNS_SERVERS, ["$DNS_SERVERS"], [Default DNS Servers])
1121AC_SUBST(DNS_SERVERS)
1122
091a364c
TG
1123# ------------------------------------------------------------------------------
1124have_networkd=no
1125AC_ARG_ENABLE(networkd, AS_HELP_STRING([--disable-networkd], [disable networkd]))
81577dc2 1126AS_IF([test "x$enable_networkd" != "xno"], [
091a364c
TG
1127 AC_DEFINE(ENABLE_NETWORKD, 1, [Define if networkd support is to be enabled])
1128 have_networkd=yes
5a16bc26 1129 M4_DEFINES="$M4_DEFINES -DENABLE_NETWORKD"
81577dc2 1130])
091a364c
TG
1131AM_CONDITIONAL(ENABLE_NETWORKD, [test "x$have_networkd" = "xyes"])
1132
b872e9a0
LP
1133# ------------------------------------------------------------------------------
1134have_efi=no
1135AC_ARG_ENABLE(efi, AS_HELP_STRING([--disable-efi], [disable EFI support]))
1136if test "x$enable_efi" != "xno"; then
1137 AC_DEFINE(ENABLE_EFI, 1, [Define if EFI support is to be enabled])
1138 have_efi=yes
1139fi
1140AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"])
1141
84da4a30
DH
1142# ------------------------------------------------------------------------------
1143have_terminal=no
1144AC_ARG_ENABLE(terminal, AS_HELP_STRING([--enable-terminal], [enable terminal support]))
1145if test "x$enable_terminal" = "xyes"; then
cdcd0ccd 1146 PKG_CHECK_MODULES([TERMINAL], [ libevdev >= 1.2 xkbcommon >= 0.5 libdrm >= 2.4], [have_terminal=yes])
c93e5a62
DH
1147 AS_IF([test "x$have_terminal" != xyes -a "x$enable_terminal" = xyes],
1148 [AC_MSG_ERROR([*** terminal support requested but required dependencies not available])],
1149 [test "x$have_terminal" = xyes],
1150 [AC_DEFINE(ENABLE_TERMINAL, 1, [Define if terminal support is to be enabled])])
84da4a30
DH
1151fi
1152AM_CONDITIONAL(ENABLE_TERMINAL, [test "x$have_terminal" = "xyes"])
1153
626851be
LP
1154# ------------------------------------------------------------------------------
1155have_kdbus=no
c97a6dbc 1156AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default]))
146ccaaf 1157if test "x$enable_kdbus" = "xyes"; then
626851be
LP
1158 AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enabled])
1159 have_kdbus=yes
4acbce79 1160 M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"
626851be
LP
1161fi
1162AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"])
1163
b1c4ca25
LP
1164# ------------------------------------------------------------------------------
1165AC_ARG_WITH(rc-local-script-path-start,
1166 AS_HELP_STRING([--with-rc-local-script-path-start=PATH],
1167 [Path to /etc/rc.local]),
1168 [RC_LOCAL_SCRIPT_PATH_START="$withval"],
1169 [RC_LOCAL_SCRIPT_PATH_START="/etc/rc.local"])
1170
1171AC_ARG_WITH(rc-local-script-path-stop,
1172 AS_HELP_STRING([--with-rc-local-script-path-stop=PATH],
bc270841 1173 [Path to /usr/sbin/halt.local]),
b1c4ca25 1174 [RC_LOCAL_SCRIPT_PATH_STOP="$withval"],
bc270841 1175 [RC_LOCAL_SCRIPT_PATH_STOP="/usr/sbin/halt.local"])
b1c4ca25
LP
1176
1177AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_START, ["$RC_LOCAL_SCRIPT_PATH_START"], [Path of /etc/rc.local script])
bc270841 1178AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_STOP, ["$RC_LOCAL_SCRIPT_PATH_STOP"], [Path of /usr/sbin/halt.local script])
b1c4ca25
LP
1179
1180AC_SUBST(RC_LOCAL_SCRIPT_PATH_START)
1181AC_SUBST(RC_LOCAL_SCRIPT_PATH_STOP)
1182
a382332e
LP
1183# ------------------------------------------------------------------------------
1184AC_ARG_WITH(kbd-loadkeys,
1185 AS_HELP_STRING([--with-kbd-loadkeys=PATH],
1186 [Path to loadkeys]),
1187 [KBD_LOADKEYS="$withval"],
1188 [KBD_LOADKEYS="/usr/bin/loadkeys"])
1189
1190AC_ARG_WITH(kbd-setfont,
1191 AS_HELP_STRING([--with-kbd-setfont=PATH],
1192 [Path to setfont]),
1193 [KBD_SETFONT="$withval"],
1194 [KBD_SETFONT="/usr/bin/setfont"])
1195
1196AC_DEFINE_UNQUOTED(KBD_LOADKEYS, ["$KBD_LOADKEYS"], [Path of loadkeys])
1197AC_DEFINE_UNQUOTED(KBD_SETFONT, ["$KBD_SETFONT"], [Path of setfont])
1198
1199AC_SUBST(KBD_LOADKEYS)
1200AC_SUBST(KBD_SETFONT)
1201
4ad61fd1
CR
1202AC_ARG_WITH(telinit,
1203 AS_HELP_STRING([--with-telinit=PATH],
1204 [Path to telinit]),
1205 [TELINIT="$withval"],
abaaabf4 1206 [TELINIT="/lib/sysvinit/telinit"])
4ad61fd1
CR
1207
1208AC_DEFINE_UNQUOTED(TELINIT, ["$TELINIT"], [Path to telinit])
1209
1210AC_SUBST(TELINIT)
1211
54b434b1 1212AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h])
7211f918 1213
d562955e
TG
1214# ------------------------------------------------------------------------------
1215have_myhostname=no
f8c5a581 1216AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable nss-myhostname support]))
d562955e
TG
1217if test "x$enable_myhostname" != "xno"; then
1218 AC_HEADER_STDC
a3b6fafe 1219 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
1220
1221 AC_C_CONST
1222 AC_TYPE_SIZE_T
1223 AC_HEADER_TIME
1224
1225 AC_FUNC_MALLOC
1226 AC_FUNC_SELECT_ARGTYPES
1227 AC_CHECK_FUNCS([gethostbyaddr gethostbyname gettimeofday inet_ntoa memset select socket strcspn strdup strerror strncasecmp strcasecmp strspn])
1228
1229 have_myhostname=yes
1230fi
1231AM_CONDITIONAL(HAVE_MYHOSTNAME, [test "$have_myhostname" = "yes"])
1232
3e214785
KS
1233# ------------------------------------------------------------------------------
1234AC_ARG_ENABLE([gudev],
1235 AS_HELP_STRING([--disable-gudev], [disable Gobject libudev support @<:@default=enabled@:>@]),
1236 [], [enable_gudev=yes])
de1c301e 1237AS_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 1238AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"])
de1c301e
LP
1239AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define if glib is available]) ])
1240
fe659612
UTL
1241# ------------------------------------------------------------------------------
1242AC_ARG_ENABLE(hwdb, [AC_HELP_STRING([--disable-hwdb], [disable hardware database support])],
1243 enable_hwdb=$enableval, enable_hwdb=yes)
1244AM_CONDITIONAL(ENABLE_HWDB, [test x$enable_hwdb = xyes])
1245
3e214785 1246# ------------------------------------------------------------------------------
75db9a77 1247have_manpages=no
4c2b0e4e 1248AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
4ca39b28 1249AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
fe1fed02 1250AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"])
75db9a77 1251
4df5c00b
UTL
1252# ------------------------------------------------------------------------------
1253AC_ARG_ENABLE(hibernate,
1254 [AC_HELP_STRING([--disable-hibernate], [disable hibernation support])],
1255 enable_hibernate=$enableval, enable_hibernate=yes)
1256AM_CONDITIONAL(ENABLE_HIBERNATE, [test x$enable_hibernate = xyes])
1257
3e214785 1258# ------------------------------------------------------------------------------
12e34d9d
UTL
1259AC_ARG_ENABLE(ldconfig,
1260 [AC_HELP_STRING([--disable-ldconfig], [disable ldconfig])],
1261 enable_ldconfig=$enableval, enable_ldconfig=yes)
1262AM_CONDITIONAL(ENABLE_LDCONFIG, [test x$enable_ldconfig = xyes])
d1ab0ca0 1263
12e34d9d 1264# ------------------------------------------------------------------------------
34eff652
LP
1265# Location of the init scripts as mandated by LSB
1266SYSTEM_SYSVINIT_PATH=/etc/init.d
f1dd0c3f 1267SYSTEM_SYSVRCND_PATH=/etc/rc.d
12e84679 1268
136337ff 1269AC_ARG_WITH([sysvinit-path],
be31376e 1270 [AS_HELP_STRING([--with-sysvinit-path=PATH],
bc270841 1271 [Specify the path to where the SysV init scripts are located])],
be31376e
KS
1272 [SYSTEM_SYSVINIT_PATH="$withval"],
1273 [])
136337ff 1274
dee4c244
LP
1275AC_ARG_WITH([sysvrcnd-path],
1276 [AS_HELP_STRING([--with-sysvrcnd-path=PATH],
bc270841 1277 [Specify the path to the base directory for the SysV rcN.d directories])],
136337ff
TFH
1278 [SYSTEM_SYSVRCND_PATH="$withval"],
1279 [])
1280
07459bb6
FF
1281if test "x${SYSTEM_SYSVINIT_PATH}" != "x" -a "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
1282 AC_DEFINE(HAVE_SYSV_COMPAT, [], [SysV init scripts and rcN.d links are supported.])
1283 SYSTEM_SYSV_COMPAT="yes"
f975e971 1284 M4_DEFINES="$M4_DEFINES -DHAVE_SYSV_COMPAT"
07459bb6 1285elif test "x${SYSTEM_SYSVINIT_PATH}" != "x" -o "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
dee4c244 1286 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
1287else
1288 SYSTEM_SYSV_COMPAT="no"
1289fi
1290
bc270841
LP
1291AC_SUBST(SYSTEM_SYSVINIT_PATH)
1292AC_SUBST(SYSTEM_SYSVRCND_PATH)
1293AC_SUBST(M4_DEFINES)
1294
1295AM_CONDITIONAL(HAVE_SYSV_COMPAT, test "$SYSTEM_SYSV_COMPAT" = "yes")
1296
bef2733f 1297AC_ARG_WITH([tty-gid],
a05ea46d 1298 [AS_HELP_STRING([--with-tty-gid=GID],
bef2733f 1299 [Specify the numeric GID of the 'tty' group])],
f8b5d994
LP
1300 [TTY_GID="$withval"],
1301 [TTY_GID="5"])
1302
1303AC_DEFINE_UNQUOTED(TTY_GID, [$TTY_GID], [GID of the 'tty' group])
1304AC_SUBST(TTY_GID)
bef2733f 1305
d2d12cd1
LP
1306AC_ARG_WITH([dbuspolicydir],
1307 AS_HELP_STRING([--with-dbuspolicydir=DIR], [D-Bus policy directory]),
1308 [],
977db91c 1309 [with_dbuspolicydir=${sysconfdir}/dbus-1/system.d])
d122948d 1310
d2d12cd1
LP
1311AC_ARG_WITH([dbussessionservicedir],
1312 AS_HELP_STRING([--with-dbussessionservicedir=DIR], [D-Bus session service directory]),
1313 [],
977db91c 1314 [with_dbussessionservicedir=${datadir}/dbus-1/services])
d122948d 1315
d2d12cd1
LP
1316AC_ARG_WITH([dbussystemservicedir],
1317 AS_HELP_STRING([--with-dbussystemservicedir=DIR], [D-Bus system service directory]),
1318 [],
977db91c 1319 [with_dbussystemservicedir=${datadir}/dbus-1/system-services])
d122948d 1320
db059f1b
MB
1321AC_ARG_WITH([bashcompletiondir],
1322 AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]),
1323 [],
25ee45f9
MB
1324 [AS_IF([$($PKG_CONFIG --exists bash-completion)], [
1325 with_bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion)
db059f1b
MB
1326 ] , [
1327 with_bashcompletiondir=${datadir}/bash-completion/completions
1328 ])])
1329
4f87c47b
WG
1330AC_ARG_WITH([zshcompletiondir],
1331 AS_HELP_STRING([--with-zshcompletiondir=DIR], [Zsh completions directory]),
1332 [], [with_zshcompletiondir=${datadir}/zsh/site-functions])
1333
b8079ae1
KS
1334AC_ARG_WITH([rootprefix],
1335 AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
39ad55a9 1336 [], [with_rootprefix=${ac_default_prefix}])
d2d12cd1 1337
ae446765
KS
1338AC_ARG_WITH([rootlibdir],
1339 AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),
1340 [],
1341 [with_rootlibdir=${libdir}])
1342
9d3203b4 1343AC_ARG_WITH([pamlibdir],
b0cca7d8 1344 AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]),
9d3203b4
KS
1345 [],
1346 [with_pamlibdir=${with_rootlibdir}/security])
1347
5c390a4a
ZJS
1348AC_ARG_WITH([pamconfdir],
1349 AS_HELP_STRING([--with-pamconfdir=DIR], [Directory for PAM configuration]),
1350 [],
1351 [with_pamconfdir=${sysconfdir}/pam.d])
1352
bc9bdbba
MG
1353AC_ARG_ENABLE([split-usr],
1354 AS_HELP_STRING([--enable-split-usr], [Assume that /bin, /sbin aren\'t symlinks into /usr]),
1355 [],
1356 [AS_IF([test "x${ac_default_prefix}" != "x${with_rootprefix}"], [
1357 enable_split_usr=yes
1358 ], [
1359 enable_split_usr=no
1360 ])])
1361
91f4347e
LP
1362AC_ARG_WITH([dkr-index-url],
1363 [AS_HELP_STRING([--dkr-index-url=URL], [Specify the default index URL to use for image downloads])],
1364 [DEFAULT_DKR_INDEX_URL="\"$withval\""],
1365 [DEFAULT_DKR_INDEX_URL="NULL"])
1366
1367AC_DEFINE_UNQUOTED(DEFAULT_DKR_INDEX_URL, [$DEFAULT_DKR_INDEX_URL], [Default index URL to use for image downloads])
1368AC_SUBST(DEFAULT_DKR_INDEX_URL)
1369
bc9bdbba 1370AS_IF([test "x${enable_split_usr}" = "xyes"], [
2c6db6fb 1371 AC_DEFINE(HAVE_SPLIT_USR, 1, [Define if /bin, /sbin aren't symlinks into /usr])
bc9bdbba 1372])
2c6db6fb 1373
6fc00209
ZJS
1374# Work around intltoolize and gtk-doc problems in VPATH builds
1375AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"],
1376 [Define to do gtk-doc tests])
1377AS_IF([test "x$0" != "x./configure"], [
1378 AC_SUBST([INTLTOOL_UPDATE], [/bin/true])
1379])
1380
cee22bd3 1381AC_ARG_ENABLE(tests,
fc86aa0e
MS
1382 [AC_HELP_STRING([--disable-tests], [disable tests])],
1383 enable_tests=$enableval, enable_tests=yes)
cee22bd3
HGB
1384AM_CONDITIONAL(ENABLE_TESTS, [test x$enable_tests = xyes])
1385
fc86aa0e 1386AC_ARG_ENABLE(debug,
fad5a6c6 1387 [AC_HELP_STRING([--enable-debug@<:@=LIST@:>@], [enable extra debugging (hashmap,mmap-cache)])],
fc86aa0e 1388 [if test "x$enableval" = "xyes"; then
fad5a6c6 1389 enableval="hashmap,mmap-cache"
fc86aa0e
MS
1390 fi
1391 saved_ifs="$IFS"
1392 IFS="$IFS$PATH_SEPARATOR,"
1393 for name in $enableval; do
1394 case $name in
1395 hashmap)
1396 enable_debug_hashmap=yes
1397 ;;
fad5a6c6
MS
1398 mmap-cache)
1399 enable_debug_mmap_cache=yes
1400 ;;
fc86aa0e
MS
1401 esac
1402 done
1403 IFS="$saved_ifs"],[])
1404
1405enable_debug=""
1406AS_IF([test x$enable_debug_hashmap = xyes], [
1407 AC_DEFINE(ENABLE_DEBUG_HASHMAP, 1, [Define if hashmap debugging is to be enabled])
1408 enable_debug="hashmap $enable_debug"
1409])
fad5a6c6
MS
1410AS_IF([test x$enable_debug_mmap_cache = xyes], [
1411 AC_DEFINE(ENABLE_DEBUG_MMAP_CACHE, 1, [Define if mmap cache debugging is to be enabled])
1412 enable_debug="mmap-cache $enable_debug"
99470154 1413])
fc86aa0e 1414test -z "$enable_debug" && enable_debug="none"
99470154 1415
d2d12cd1
LP
1416AC_SUBST([dbuspolicydir], [$with_dbuspolicydir])
1417AC_SUBST([dbussessionservicedir], [$with_dbussessionservicedir])
1418AC_SUBST([dbussystemservicedir], [$with_dbussystemservicedir])
db059f1b 1419AC_SUBST([bashcompletiondir], [$with_bashcompletiondir])
4f87c47b 1420AC_SUBST([zshcompletiondir], [$with_zshcompletiondir])
8c6db833 1421AC_SUBST([pamlibdir], [$with_pamlibdir])
5c390a4a 1422AC_SUBST([pamconfdir], [$with_pamconfdir])
b8079ae1 1423AC_SUBST([rootprefix], [$with_rootprefix])
ae446765 1424AC_SUBST([rootlibdir], [$with_rootlibdir])
8c4a3079 1425
3e214785
KS
1426AC_CONFIG_FILES([
1427 Makefile po/Makefile.in
bb061708
KS
1428 docs/libudev/Makefile
1429 docs/libudev/version.xml
1430 docs/gudev/Makefile
1431 docs/gudev/version.xml
3e214785
KS
1432])
1433
a45a909f 1434AC_OUTPUT
ae446765 1435AC_MSG_RESULT([
0571e011
LP
1436 $PACKAGE_NAME $VERSION
1437
7f4e0805 1438 libcryptsetup: ${have_libcryptsetup}
5b6319dc 1439 PAM: ${have_pam}
12716238 1440 AUDIT: ${have_audit}
81611586 1441 IMA: ${have_ima}
eef65bf3 1442 AppArmor: ${have_apparmor}
12716238 1443 SELinux: ${have_selinux}
c0467cf3 1444 SECCOMP: ${have_seccomp}
2b3e18de 1445 SMACK: ${have_smack}
edce2aed 1446 ZLIB: ${have_zlib}
807e17f0 1447 XZ: ${have_xz}
d89c8fdf 1448 LZ4: ${have_lz4}
8af3cf74 1449 BZIP2: ${have_bzip2}
5eda94dd 1450 ACL: ${have_acl}
7560fffc 1451 GCRYPT: ${have_gcrypt}
f6a971bc 1452 QRENCODE: ${have_qrencode}
7b17a7d7 1453 MICROHTTPD: ${have_microhttpd}
77e68fa2 1454 CHKCONFIG: ${have_chkconfig}
60313199 1455 GNUTLS: ${have_gnutls}
36ef43ed 1456 libcurl: ${have_libcurl}
bdf10b5b 1457 libidn: ${have_libidn}
76917807 1458 libiptc: ${have_libiptc}
8d4e028f 1459 ELFUTILS: ${have_elfutils}
27669061 1460 binfmt: ${have_binfmt}
e5e83e83 1461 vconsole: ${have_vconsole}
83fdc450 1462 bootchart: ${have_bootchart}
4de85612 1463 quotacheck: ${have_quotacheck}
6351163b 1464 tmpfiles: ${have_tmpfiles}
1b992147 1465 sysusers: ${have_sysusers}
418b9be5 1466 firstboot: ${have_firstboot}
4de85612 1467 randomseed: ${have_randomseed}
3731acf1 1468 backlight: ${have_backlight}
3990f247 1469 rfkill: ${have_rfkill}
2a018e83 1470 logind: ${have_logind}
1ee306e1 1471 machined: ${have_machined}
3d7415f4 1472 importd: ${have_importd}
b2e9fb99 1473 hostnamed: ${have_hostnamed}
f47cd184 1474 timedated: ${have_timedated}
a91df40e 1475 timesyncd: ${have_timesyncd}
e8af6973 1476 default NTP servers: ${NTP_SERVERS}
661278ee 1477 time epoch: ${TIME_EPOCH}
4cd1eaa5 1478 localed: ${have_localed}
7a243b22 1479 networkd: ${have_networkd}
091a364c 1480 resolved: ${have_resolved}
e16cb2e4 1481 default DNS servers: ${DNS_SERVERS}
f5e04665 1482 coredump: ${have_coredump}
46ba8aae 1483 polkit: ${have_polkit}
b872e9a0 1484 efi: ${have_efi}
e3043162 1485 kmod: ${have_kmod}
d4f5a1f4 1486 xkbcommon: ${have_xkbcommon}
f553b3b1 1487 blkid: ${have_blkid}
8d3ae2bd 1488 libmount: ${have_libmount}
ac6b760c 1489 dbus: ${have_dbus}
d562955e 1490 nss-myhostname: ${have_myhostname}
3e214785 1491 gudev: ${enable_gudev}
fe659612 1492 hwdb: ${enable_hwdb}
3e214785 1493 gintrospection: ${enable_introspection}
84da4a30 1494 terminal: ${have_terminal}
626851be 1495 kdbus: ${have_kdbus}
8d7e170a
LP
1496 Python: ${have_python}
1497 Python Headers: ${have_python_devel}
2f4da3e6
ZJS
1498 man pages: ${have_manpages}
1499 gtk-doc: ${enable_gtk_doc}
6aea6d10 1500 test coverage: ${have_coverage}
2f4da3e6
ZJS
1501 Split /usr: ${enable_split_usr}
1502 SysV compatibility: ${SYSTEM_SYSV_COMPAT}
53e856e1 1503 compatibility libraries: ${have_compat_libs}
37161c51 1504 utmp/wtmp support: ${have_utmp}
3383f7e9
UTL
1505 ldconfig support: ${enable_ldconfig}
1506 hibernate support: ${enable_hibernate}
fc86aa0e 1507 extra debugging: ${enable_debug}
3e214785 1508
8c4a3079 1509 prefix: ${prefix}
b8079ae1 1510 rootprefix: ${with_rootprefix}
3e214785
KS
1511 sysconf dir: ${sysconfdir}
1512 datarootdir: ${datarootdir}
1513 includedir: ${includedir}
1514 include_prefix: ${INCLUDE_PREFIX}
ae446765
KS
1515 lib dir: ${libdir}
1516 rootlib dir: ${with_rootlibdir}
2f4da3e6
ZJS
1517 SysV init scripts: ${SYSTEM_SYSVINIT_PATH}
1518 SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH}
1519 Build Python: ${PYTHON}
1520 Installation Python: ${PYTHON_BINARY}
f2ec0646 1521 sphinx binary: ${SPHINX_BUILD}
2c6db6fb 1522 PAM modules dir: ${with_pamlibdir}
5c390a4a 1523 PAM configuration dir: ${with_pamconfdir}
2c6db6fb
LP
1524 D-Bus policy dir: ${with_dbuspolicydir}
1525 D-Bus session dir: ${with_dbussessionservicedir}
1526 D-Bus system dir: ${with_dbussystemservicedir}
db059f1b 1527 Bash completions dir: ${with_bashcompletiondir}
4f87c47b 1528 Zsh completions dir: ${with_zshcompletiondir}
b1c4ca25
LP
1529 Extra start script: ${RC_LOCAL_SCRIPT_PATH_START}
1530 Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP}
45df1f2c 1531 Debug shell: ${SUSHELL} @ ${DEBUGTTY}
f8b5d994 1532 TTY GID: ${TTY_GID}
f7dc3ab9
LP
1533 Maximum System UID: ${SYSTEM_UID_MAX}
1534 Maximum System GID: ${SYSTEM_GID_MAX}
ad95fd1d 1535 Certificate root: ${CERTIFICATEROOT}
91f4347e 1536 Default dkr Index ${DEFAULT_DKR_INDEX_URL}
66be6554 1537
5a45a936 1538 CFLAGS: ${OUR_CFLAGS} ${CFLAGS}
1f048a6b 1539 CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS}
5a45a936 1540 LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS}
a6c0b31d
ZJS
1541 PYTHON_CFLAGS: ${PYTHON_DEVEL_CFLAGS}
1542 PYTHON_LIBS: ${PYTHON_DEVEL_LIBS}
ae446765 1543])