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