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