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