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