]> git.ipfire.org Git - thirdparty/systemd.git/blame - configure.ac
condense assignment and path_kill_slashes calls
[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],
3b5b000f 23 [212],
4e949c11
JJ
24 [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
25 [systemd],
26 [http://www.freedesktop.org/wiki/Software/systemd])
47be870b 27
78a825f2 28AC_CONFIG_SRCDIR([src/core/main.c])
47be870b
LP
29AC_CONFIG_MACRO_DIR([m4])
30AC_CONFIG_HEADERS([config.h])
a80db8bd
JJ
31AC_CONFIG_AUX_DIR([build-aux])
32
4db6d587 33AC_USE_SYSTEM_EXTENSIONS
907dd195 34AC_SYS_LARGEFILE
eb7bbee6 35AC_PREFIX_DEFAULT([/usr])
6aad7f2c 36AM_MAINTAINER_MODE([enable])
bbd9b8c2 37AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects check-news])
3e214785 38AM_SILENT_RULES([yes])
47be870b 39AC_CANONICAL_HOST
22be093f 40AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
d59d0a2b 41AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" ||
42 test "x$host_cpu" = "xmips64" || test "x$host_cpu" = "xmips64el"],
43 [AC_DEFINE(ARCH_MIPS, [], [Whether on mips arch])])
47be870b 44
3e214785 45LT_PREREQ(2.2)
8666abb4 46LT_INIT([disable-static])
47be870b 47
5e63ce78 48AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])])
3d585edb 49AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])])
5e63ce78 50
1c7dde3e
BN
51# i18n stuff for the PolicyKit policy files
52IT_PROG_INTLTOOL([0.40.0])
53
54GETTEXT_PACKAGE=systemd
55AC_SUBST(GETTEXT_PACKAGE)
56
e9da3678
LP
57AC_PROG_MKDIR_P
58AC_PROG_LN_S
59AC_PROG_SED
3ce4fad8 60AC_PROG_GREP
f975e971 61AC_PROG_AWK
e9da3678 62
47be870b 63AC_PROG_CC_C99
47be870b 64
3e214785 65AC_PATH_PROG([M4], [m4])
fe1fed02 66AC_PATH_PROG([XSLTPROC], [xsltproc])
92ec4495 67
2d0efdf1
SS
68AC_PATH_PROG([QUOTAON], [quotaon], [/usr/sbin/quotaon], [$PATH:/usr/sbin:/sbin])
69AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck], [$PATH:/usr/sbin:/sbin])
b51fc639 70
2d0efdf1 71AC_PATH_PROG([SETCAP], [setcap], [/usr/sbin/setcap], [$PATH:/usr/sbin:/sbin])
86b2e20a 72
2d0efdf1 73AC_PATH_PROG([KILL], [kill], [/usr/bin/kill], [$PATH:/usr/sbin:/sbin])
96ede260 74
2d0efdf1 75AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod], [$PATH:/usr/sbin:/sbin])
edeb68c5 76
2d0efdf1 77AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec], [$PATH:/usr/sbin:/sbin])
78013564 78
4acbce79
ZJS
79M4_DEFINES=
80
80a5cbac 81# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
b37250d6
ZJS
82m4_ifdef([GTK_DOC_CHECK], [
83GTK_DOC_CHECK([1.18],[--flavour no-tmpl])],
6581f00f
ZJS
84 [AM_CONDITIONAL([ENABLE_GTK_DOC], [false])
85 enable_gtk_doc=no])
92ec4495 86
fe1fed02
ZJS
87AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
88 AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
89])
90
6e92b23f 91m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
0eaeca1f 92GOBJECT_INTROSPECTION_CHECK([1.31.1])
d66ee73a
ZJS
93], [
94 AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
95 enable_introspection=no])
3e214785 96
ac714a78
MJ
97AC_CHECK_TOOL(STRINGS, strings)
98AC_CHECK_TOOL(GPERF, gperf)
b62cfcea
MB
99if test -z "$GPERF" ; then
100 AC_MSG_ERROR([*** gperf not found])
101fi
9a60da28 102
732bfe09
ZJS
103# ------------------------------------------------------------------------------
104address_sanitizer_cflags=
105address_sanitizer_cppflags=
106address_sanitizer_ldflags=
107AC_ARG_ENABLE(address-sanitizer, AS_HELP_STRING([--enable-address-sanitizer], [enable -fsanitize=address]))
108AS_IF([test "x$enable_address_sanitizer" = "xyes"], [
109 CC_CHECK_FLAG_APPEND([with_as_cflags], [CFLAGS], [-fsanitize=address])
110 AS_IF([test -z "$with_as_cflags"],
111 [AC_MSG_ERROR([*** -fsanitize=address is not supported])])
112 address_sanitizer_cflags="$with_as_cflags -fno-omit-frame-pointer -DVALGRIND=1"
113 address_sanitizer_cppflags="-DVALGRIND=1"
114 address_sanitizer_ldflags="-Wc,-fsanitize=address"
115 ])
116
eb2e280f 117CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
be1a67d9 118 -pipe \
d1ab0ca0 119 -Wall \
d1ab0ca0 120 -Wextra \
27765dfc 121 -Wno-inline \
d1ab0ca0 122 -Wundef \
780040dc 123 "-Wformat=2 -Wformat-security -Wformat-nonliteral" \
d1ab0ca0
LP
124 -Wlogical-op \
125 -Wsign-compare \
d1ab0ca0 126 -Wmissing-include-dirs \
d1ab0ca0
LP
127 -Wold-style-definition \
128 -Wpointer-arith \
129 -Winit-self \
03930e48 130 -Wdeclaration-after-statement \
d1ab0ca0 131 -Wfloat-equal \
693eb9a2 132 -Wsuggest-attribute=noreturn \
d1ab0ca0
LP
133 -Wmissing-prototypes \
134 -Wstrict-prototypes \
135 -Wredundant-decls \
136 -Wmissing-declarations \
137 -Wmissing-noreturn \
138 -Wshadow \
139 -Wendif-labels \
d1ab0ca0
LP
140 -Wstrict-aliasing=2 \
141 -Wwrite-strings \
be1a67d9
LP
142 -Wno-long-long \
143 -Wno-overlength-strings \
d1ab0ca0 144 -Wno-unused-parameter \
be1a67d9 145 -Wno-missing-field-initializers \
8745297f 146 -Wno-unused-result \
d200735e 147 -Werror=overflow \
213298fb 148 -Wdate-time \
693eb9a2 149 -Wnested-externs \
be1a67d9 150 -ffast-math \
d1ab0ca0
LP
151 -fno-common \
152 -fdiagnostics-show-option \
9f64229f 153 -fdiagnostics-color \
9b85fc6a
GSB
154 -fno-strict-aliasing \
155 -fvisibility=hidden \
156 -ffunction-sections \
5a45a936 157 -fdata-sections \
c1663b9d 158 -fstack-protector \
aca33b07 159 -fstack-protector-strong \
c1663b9d 160 --param=ssp-buffer-size=4])
b850b06e
KS
161AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
162 [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
163 -flto])],
164 [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
732bfe09 165AC_SUBST([OUR_CFLAGS], "$with_cflags $address_sanitizer_cflags")
5a45a936 166
03a170c0 167AS_CASE([$CFLAGS], [*-O[[12345\ ]]*],
a6c0b31d
ZJS
168 [CC_CHECK_FLAGS_APPEND([with_cppflags], [CPPFLAGS], [\
169 -Wp,-D_FORTIFY_SOURCE=2])],
170 [AC_MSG_RESULT([skipping -D_FORTIFY_SOURCE, optimization not enabled])])
732bfe09 171AC_SUBST([OUR_CPPFLAGS], "$with_cppflags $address_sanitizer_cppflags")
9e7adc3a
LDM
172
173CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
9b85fc6a 174 -Wl,--as-needed \
9d2d0fe1 175 -Wl,--no-undefined \
5a45a936
LP
176 -Wl,--gc-sections \
177 -Wl,-z,relro \
39c4ead2
ZJS
178 -Wl,-z,now \
179 -Wl,-fuse-ld=gold])
732bfe09 180AC_SUBST([OUR_LDFLAGS], "$with_ldflags $address_sanitizer_ldflags")
47be870b 181
ccd06097
ZJS
182AC_CHECK_SIZEOF(pid_t)
183AC_CHECK_SIZEOF(uid_t)
1c231f56 184AC_CHECK_SIZEOF(gid_t)
ccd06097 185
c937e0d5
ZJS
186# ------------------------------------------------------------------------------
187# we use python to build the man page index, and for systemd-python
188have_python=no
c937e0d5
ZJS
189AC_ARG_WITH([python],
190 [AS_HELP_STRING([--without-python], [Disable building the man page index and systemd-python (default: test)])])
191
32dcef3a 192have_lxml=no
c937e0d5
ZJS
193AS_IF([test "x$with_python" != "xno"], [
194 AM_PATH_PYTHON(,, [:])
32dcef3a
ZJS
195 AS_IF(["$PYTHON" -c 'import lxml' 2>/dev/null], [have_lxml=yes], [have_lxml=no])
196 AS_IF([test "$PYTHON" != : -a $have_lxml = yes], [have_python=yes])
c937e0d5
ZJS
197])
198AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
199AS_IF([test "x$PYTHON_BINARY" = "x"],
200 [AS_IF([test "x$have_python" = "xyes"],
25ee45f9 201 [PYTHON_BINARY="$(which "$PYTHON")"],
c937e0d5
ZJS
202 [PYTHON_BINARY=/usr/bin/python])])
203AC_ARG_VAR(PYTHON_BINARY, [Python binary used to launch installed scripts])
204
1864b0e3
ZJS
205AS_IF([test "x$have_python" != "xyes" -a "x$enable_python_devel" = "xyes"],
206 [AC_MSG_ERROR([*** python-devel support requires --with-python])])
207
a6c0b31d
ZJS
208have_python_devel=no
209AC_ARG_ENABLE(python_devel, AS_HELP_STRING([--disable-python-devel], [Do not build python modules]))
1864b0e3 210AS_IF([test "x$have_python" = "xyes" -a "x$enable_python_devel" != "xno"], [
a6c0b31d
ZJS
211 PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}],
212 [have_python_devel=yes],
213 [PKG_CHECK_MODULES([PYTHON_DEVEL], [python],
214 [have_python_devel=yes],
215 [have_python_devel=no])])
216 AS_IF([test "x$have_python_devel" = xno -a "x$enable_python_devel" = xyes],
217 [AC_MSG_ERROR([*** python-devel support requested but libraries not found])])
f2ec0646 218 AC_PATH_PROGS(SPHINX_BUILD, sphinx-build-${PYTHON_VERSION} sphinx-build)
c937e0d5
ZJS
219])
220AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test "$have_python_devel" = "yes"])
221
222# ------------------------------------------------------------------------------
223
afea26ad 224AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([*** Dynamic linking loader library not found])])
7959ff99 225AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
4b357e15 226AC_CHECK_HEADERS([linux/btrfs.h], [], [])
7959ff99
KS
227
228# unconditionally pull-in librt with old glibc versions
229AC_SEARCH_LIBS([clock_gettime], [rt], [], [])
85f19d82
MB
230
231save_LIBS="$LIBS"
232LIBS=
47be870b 233AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not found])])
85f19d82 234CAP_LIBS="$LIBS"
7959ff99
KS
235AC_SUBST(CAP_LIBS)
236
237LIBS=
fba1ea06
SL
238AC_SEARCH_LIBS([mq_open], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])])
239RT_LIBS="$LIBS"
240AC_SUBST(RT_LIBS)
85f19d82 241LIBS="$save_LIBS"
47be870b 242
9388e99e 243AC_CHECK_FUNCS([fanotify_init fanotify_mark])
4db17f29 244AC_CHECK_FUNCS([__secure_getenv secure_getenv])
5f381b35 245AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, LO_FLAGS_PARTSCAN], [], [], [[#include <sys/types.h>
a8348796 246#include <unistd.h>
9388e99e 247#include <sys/mount.h>
3b794314 248#include <fcntl.h>
5f381b35
LP
249#include <sched.h>
250#include <linux/loop.h>]])
a8348796 251
b237ef2c 252# This makes sure pkg.m4 is available.
a9b5b032 253m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
d1ab0ca0 254
22703094 255# ------------------------------------------------------------------------------
ac6b760c
ZJS
256have_dbus=no
257AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [disable usage of dbus-1 in tests]))
8114dedc 258AS_IF([test "x$enable_dbus" != "xno"], [
ac6b760c
ZJS
259 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.3.2],
260 [AC_DEFINE(HAVE_DBUS, 1, [Define if dbus-1 library is available]) have_dbus=yes],
261 [have_dbus=no])
262 AS_IF([test "x$have_dbus" = "xno" -a "x$enable_dbus" = "xyes"],
263 [AC_MSG_ERROR([*** dbus-1 support requested but libraries not found])])])
22703094 264AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"])
4b357e15 265
53e856e1
ZJS
266# ------------------------------------------------------------------------------
267have_compat_libs=no
268AC_ARG_ENABLE([compat_libs], AS_HELP_STRING([--enable-compat-libs],[Enable creation of compatibility libraries]),
269 [case "${enableval}" in
270 yes) have_compat_libs=yes ;;
271 no) have_compat_libs=no ;;
272 *) AC_MSG_ERROR(bad value ${enableval} for --enable-compat-libs) ;;
273 esac],
274 [have_compat_libs=no])
275AM_CONDITIONAL([ENABLE_COMPAT_LIBS], [test "$have_compat_libs" = "yes"])
276
6aea6d10
TA
277# ------------------------------------------------------------------------------
278have_coverage=no
279AC_ARG_ENABLE(coverage, AS_HELP_STRING([--enable-coverage], [enable test coverage]))
280if test "x$enable_coverage" = "xyes" ; then
281 AC_CHECK_PROG(lcov_found, [lcov], [yes], [no])
282 if test "x$lcov_found" = xno ; then
283 AC_MSG_ERROR([*** lcov support requested but the program was not found])
284 else
285 lcov_version_major="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 1`"
286 lcov_version_minor="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 2`"
287 if test "$lcov_version_major" -eq 1 -a "$lcov_version_minor" -lt 10; then
288 AC_MSG_ERROR([*** lcov version is too old. 1.10 required])
289 else
290 have_coverage=yes
291 CC_CHECK_FLAGS_APPEND([with_coverage_cflags], [CFLAGS], [\
292 -fprofile-arcs \
293 -ftest-coverage])
294 AC_SUBST([OUR_CFLAGS], "$with_cflags $with_coverage_cflags")
295 fi
296 fi
297fi
298AM_CONDITIONAL(ENABLE_COVERAGE, [test "$have_coverage" = "yes"])
299
e3043162
TG
300# ------------------------------------------------------------------------------
301have_kmod=no
302AC_ARG_ENABLE(kmod, AS_HELP_STRING([--disable-kmod], [disable loadable modules support]))
303if test "x$enable_kmod" != "xno"; then
e2ca86cf
DR
304 PKG_CHECK_EXISTS([ libkmod ], have_kmod=yes, have_kmod=no)
305 if test "x$have_kmod" = "xyes"; then
a18535d9 306 PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ],
e2ca86cf 307 [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])],
70d83209 308 AC_MSG_ERROR([*** kmod version >= 15 not found]))
e2ca86cf 309 fi
e3043162 310 if test "x$have_kmod" = xno -a "x$enable_kmod" = xyes; then
c4955740 311 AC_MSG_ERROR([*** kmod support requested, but libraries not found])
e3043162
TG
312 fi
313fi
314AM_CONDITIONAL(HAVE_KMOD, [test "$have_kmod" = "yes"])
f553b3b1
AO
315
316# ------------------------------------------------------------------------------
317have_blkid=no
318AC_ARG_ENABLE(blkid, AS_HELP_STRING([--disable-blkid], [disable blkid support]))
319if test "x$enable_blkid" != "xno"; then
320 PKG_CHECK_MODULES(BLKID, [ blkid >= 2.20 ],
321 [AC_DEFINE(HAVE_BLKID, 1, [Define if blkid is available]) have_blkid=yes], have_blkid=no)
322 if test "x$have_blkid" = xno -a "x$enable_blkid" = xyes; then
323 AC_MSG_ERROR([*** blkid support requested but libraries not found])
324 fi
325fi
326AM_CONDITIONAL(HAVE_BLKID, [test "$have_blkid" = "yes"])
728beb28 327
c0467cf3
RC
328# ------------------------------------------------------------------------------
329have_seccomp=no
330AC_ARG_ENABLE(seccomp, AS_HELP_STRING([--disable-seccomp], [Disable optional SECCOMP support]))
331if test "x$enable_seccomp" != "xno"; then
332 PKG_CHECK_MODULES(SECCOMP, [libseccomp >= 1.0.0],
17df7223
LP
333 [AC_DEFINE(HAVE_SECCOMP, 1, [Define if seccomp is available])
334 have_seccomp=yes
335 M4_DEFINES="$M4_DEFINES -DHAVE_SECCOMP"],
c0467cf3
RC
336 [have_seccomp=no])
337 if test "x$have_seccomp" = "xno" -a "x$enable_seccomp" = "xyes"; then
338 AC_MSG_ERROR([*** seccomp support requested but libraries not found])
339 fi
340fi
341AM_CONDITIONAL(HAVE_SECCOMP, [test "$have_seccomp" = "yes"])
342
3e214785 343# ------------------------------------------------------------------------------
81611586
RS
344have_ima=yes
345AC_ARG_ENABLE([ima], AS_HELP_STRING([--disable-ima],[Disable optional IMA support]),
346 [case "${enableval}" in
347 yes) have_ima=yes ;;
348 no) have_ima=no ;;
349 *) AC_MSG_ERROR(bad value ${enableval} for --disable-ima) ;;
350 esac],
351 [have_ima=yes])
352
353if test "x${have_ima}" != xno ; then
354 AC_DEFINE(HAVE_IMA, 1, [Define if IMA is available])
355fi
356
77e68fa2
LP
357# ------------------------------------------------------------------------------
358have_chkconfig=yes
359AC_ARG_ENABLE([chkconfig], AS_HELP_STRING([--disable-chkconfig],[Disable optional chkconfig support]),
360 [case "${enableval}" in
361 yes) have_chkconfig=yes ;;
362 no) have_chkconfig=no ;;
363 *) AC_MSG_ERROR(bad value ${enableval} for --disable-chkconfig) ;;
364 esac],
365 [AC_PATH_PROG(CHKCONFIG, chkconfig)
366 if test -z "$CHKCONFIG"; then
367 have_chkconfig=no
368 else
369 have_chkconfig=yes
370 fi])
371
372if test "x${have_chkconfig}" != xno ; then
373 AC_DEFINE(HAVE_CHKCONFIG, 1, [Define if CHKCONFIG is available])
374fi
375
3e214785 376# ------------------------------------------------------------------------------
591622d7
LP
377have_selinux=no
378AC_ARG_ENABLE(selinux, AS_HELP_STRING([--disable-selinux], [Disable optional SELINUX support]))
379if test "x$enable_selinux" != "xno"; then
3f8cc098 380 PKG_CHECK_MODULES([SELINUX], [libselinux >= 2.1.9],
6a6751fe
LP
381 [AC_DEFINE(HAVE_SELINUX, 1, [Define if SELinux is available])
382 have_selinux=yes
383 M4_DEFINES="$M4_DEFINES -DHAVE_SELINUX"],
384 [have_selinux=no])
591622d7
LP
385 if test "x$have_selinux" = xno -a "x$enable_selinux" = xyes; then
386 AC_MSG_ERROR([*** SELinux support requested but libraries not found])
387 fi
56cf987f 388fi
591622d7 389AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"])
45df1f2c 390
eef65bf3
MS
391have_apparmor=no
392AC_ARG_ENABLE(apparmor, AS_HELP_STRING([--disable-apparmor], [Disable optional AppArmor support]))
393if test "x$enable_apparmor" != "xno"; then
394 PKG_CHECK_MODULES([APPARMOR], [libapparmor],
395 [AC_DEFINE(HAVE_APPARMOR, 1, [Define if AppArmor is available])
396 have_apparmor=yes
397 M4_DEFINES="$M4_DEFINES -DHAVE_APPARMOR"],
398 [have_apparmor=no])
399 if test "x$have_apparmor" = xno -a "x$enable_apparmor" = xyes; then
400 AC_MSG_ERROR([*** AppArmor support requested but libraries not found])
401 fi
402fi
403AM_CONDITIONAL(HAVE_APPARMOR, [test "$have_apparmor" = "yes"])
404
405
45df1f2c
CR
406AC_ARG_WITH(debug-shell,
407 AS_HELP_STRING([--with-debug-shell=PATH],
408 [Path to debug shell binary]),
409 [SUSHELL="$withval"],[
410 AS_IF([test "x${have_selinux}" != "xno"], [SUSHELL="/sbin/sushell"] , [SUSHELL="/bin/sh"])])
411
5ec6b15b 412AC_SUBST(SUSHELL)
56cf987f 413
45df1f2c
CR
414AC_ARG_WITH([debug-tty],
415 AS_HELP_STRING([--with-debug-tty=PATH],
416 [Specify the tty device for debug shell]),
417 [DEBUGTTY="$withval"],
418 [DEBUGTTY=/dev/tty9])
419
420AC_SUBST(DEBUGTTY)
421
3e214785 422# ------------------------------------------------------------------------------
807e17f0
LP
423have_xz=no
424AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ support]))
425if test "x$enable_xz" != "xno"; then
426 PKG_CHECK_MODULES(XZ, [ liblzma ],
427 [AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz=yes], have_xz=no)
807e17f0
LP
428 if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then
429 AC_MSG_ERROR([*** Xz support requested but libraries not found])
430 fi
431fi
432AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"])
433
3e214785 434# ------------------------------------------------------------------------------
5b6319dc
LP
435AC_ARG_ENABLE([pam],
436 AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),
437 [case "${enableval}" in
438 yes) have_pam=yes ;;
439 no) have_pam=no ;;
440 *) AC_MSG_ERROR(bad value ${enableval} for --disable-pam) ;;
441 esac],
442 [have_pam=auto])
443
444if test "x${have_pam}" != xno ; then
445 AC_CHECK_HEADERS(
446 [security/pam_modules.h security/pam_modutil.h security/pam_ext.h],
447 [have_pam=yes],
448 [if test "x$have_pam" = xyes ; then
449 AC_MSG_ERROR([*** PAM headers not found.])
450 fi])
451
452 AC_CHECK_LIB(
453 [pam],
454 [pam_syslog],
455 [have_pam=yes],
456 [if test "x$have_pam" = xyes ; then
457 AC_MSG_ERROR([*** libpam not found.])
458 fi])
459
460 if test "x$have_pam" = xyes ; then
461 PAM_LIBS="-lpam -lpam_misc"
462 AC_DEFINE(HAVE_PAM, 1, [PAM available])
6a6751fe 463 M4_DEFINES="$M4_DEFINES -DHAVE_PAM"
812cce32
LP
464 else
465 have_pam=no
5b6319dc
LP
466 fi
467else
468 PAM_LIBS=
469fi
470AC_SUBST(PAM_LIBS)
471AM_CONDITIONAL([HAVE_PAM], [test "x$have_pam" != xno])
472
3e214785 473# ------------------------------------------------------------------------------
5eda94dd
LP
474AC_ARG_ENABLE([acl],
475 AS_HELP_STRING([--disable-acl],[Disable optional ACL support]),
476 [case "${enableval}" in
477 yes) have_acl=yes ;;
478 no) have_acl=no ;;
479 *) AC_MSG_ERROR(bad value ${enableval} for --disable-acl) ;;
480 esac],
481 [have_acl=auto])
482
483if test "x${have_acl}" != xno ; then
484 AC_CHECK_HEADERS(
485 [sys/acl.h acl/libacl.h],
486 [have_acl=yes],
487 [if test "x$have_acl" = xyes ; then
488 AC_MSG_ERROR([*** ACL headers not found.])
489 fi])
490
491 AC_CHECK_LIB(
492 [acl],
493 [acl_get_file],
494 [have_acl=yes],
495 [if test "x$have_acl" = xyes ; then
496 AC_MSG_ERROR([*** libacl not found.])
497 fi])
498
499 if test "x$have_acl" = xyes ; then
500 ACL_LIBS="-lacl"
501 AC_DEFINE(HAVE_ACL, 1, [ACL available])
502 else
503 have_acl=no
504 fi
505else
506 ACL_LIBS=
507fi
508AC_SUBST(ACL_LIBS)
509AM_CONDITIONAL([HAVE_ACL], [test "x$have_acl" != xno])
510
fb0951b0
LP
511# ------------------------------------------------------------------------------
512AC_ARG_ENABLE([xattr],
513 AS_HELP_STRING([--disable-xattr],[Disable optional XATTR support]),
514 [case "${enableval}" in
515 yes) have_xattr=yes ;;
516 no) have_xattr=no ;;
517 *) AC_MSG_ERROR(bad value ${enableval} for --disable-xattr) ;;
518 esac],
519 [have_xattr=auto])
520
521if test "x${have_xattr}" != xno ; then
522 AC_CHECK_HEADERS(
523 [attr/xattr.h],
524 [have_xattr=yes],
525 [if test "x$have_xattr" = xyes ; then
526 AC_MSG_ERROR([*** XATTR headers not found.])
527 fi])
528
529 AC_CHECK_LIB(
530 [attr],
531 [fsetxattr],
532 [have_xattr=yes],
533 [if test "x$have_xattr" = xyes ; then
534 AC_MSG_ERROR([*** libattr not found.])
535 fi])
536
537 if test "x$have_xattr" = xyes ; then
538 XATTR_LIBS="-lattr"
539 AC_DEFINE(HAVE_XATTR, 1, [XATTR available])
540 else
541 have_xattr=no
542 fi
543else
544 XATTR_LIBS=
545fi
546AC_SUBST(XATTR_LIBS)
547AM_CONDITIONAL([HAVE_XATTR], [test "x$have_xattr" != xno])
548
2b3e18de
KL
549# ------------------------------------------------------------------------------
550AC_ARG_ENABLE([smack], AS_HELP_STRING([--disable-smack],[Disable optional SMACK support]),
551 [case "${enableval}" in
552 yes) have_smack=yes ;;
553 no) have_smack=no ;;
554 *) AC_MSG_ERROR(bad value ${enableval} for --disable-smack) ;;
555 esac],
556 [have_smack=auto])
557
558if test "x${have_xattr}" = xno; then
559 if test "x${have_smack}" = xyes; then
560 AC_MSG_ERROR(SMACK requires xattr support)
561 else
562 have_smack=no
563 fi
564else
565 if test "x${have_smack}" = xauto; then
6a6751fe 566 M4_DEFINES="$M4_DEFINES -DHAVE_SMACK"
2b3e18de
KL
567 have_smack=yes
568 fi
569fi
570
8b197c3a
AK
571AC_ARG_WITH(smack-run-label,
572AS_HELP_STRING([--with-smack-run-label=STRING],
573 [run systemd --system with a specific SMACK label]),
574 [AC_DEFINE_UNQUOTED(SMACK_RUN_LABEL, ["$withval"], [Run with a smack label])],
575 [])
576
2b3e18de
KL
577if test "x${have_smack}" = xyes ; then
578 AC_DEFINE(HAVE_SMACK, 1, [Define if SMACK is available])
579fi
580
7560fffc 581# ------------------------------------------------------------------------------
feb12d3e 582AC_ARG_ENABLE([gcrypt],
7560fffc
LP
583 AS_HELP_STRING([--disable-gcrypt],[Disable optional GCRYPT support]),
584 [case "${enableval}" in
585 yes) have_gcrypt=yes ;;
586 no) have_gcrypt=no ;;
587 *) AC_MSG_ERROR(bad value ${enableval} for --disable-gcrypt) ;;
588 esac],
589 [have_gcrypt=auto])
590
591if test "x${have_gcrypt}" != xno ; then
592 AM_PATH_LIBGCRYPT(
593 [1.4.5],
594 [have_gcrypt=yes],
595 [if test "x$have_gcrypt" = xyes ; then
596 AC_MSG_ERROR([*** GCRYPT headers not found.])
597 fi])
598
599 if test "x$have_gcrypt" = xyes ; then
600 GCRYPT_LIBS="$LIBGCRYPT_LIBS"
601 GCRYPT_CFLAGS="$LIBGCRYPT_CFLAGS"
602 AC_DEFINE(HAVE_GCRYPT, 1, [GCRYPT available])
603 else
604 have_gcrypt=no
605 fi
606else
607 GCRYPT_LIBS=
608 GCRYPT_CFLAGS=
609fi
610AC_SUBST(GCRYPT_LIBS)
611AC_SUBST(GCRYPT_CFLAGS)
612AM_CONDITIONAL([HAVE_GCRYPT], [test "x$have_gcrypt" != xno])
613
3e214785 614# ------------------------------------------------------------------------------
4927fcae
LP
615AC_ARG_ENABLE([audit],
616 AS_HELP_STRING([--disable-audit],[Disable optional AUDIT support]),
617 [case "${enableval}" in
618 yes) have_audit=yes ;;
619 no) have_audit=no ;;
620 *) AC_MSG_ERROR(bad value ${enableval} for --disable-audit) ;;
621 esac],
622 [have_audit=auto])
623
624if test "x${have_audit}" != xno ; then
625 AC_CHECK_HEADERS(
626 [libaudit.h],
627 [have_audit=yes],
628 [if test "x$have_audit" = xyes ; then
629 AC_MSG_ERROR([*** AUDIT headers not found.])
630 fi])
631
632 AC_CHECK_LIB(
633 [audit],
634 [audit_open],
635 [have_audit=yes],
636 [if test "x$have_audit" = xyes ; then
637 AC_MSG_ERROR([*** libaudit not found.])
638 fi])
639
640 if test "x$have_audit" = xyes ; then
641 AUDIT_LIBS="-laudit"
642 AC_DEFINE(HAVE_AUDIT, 1, [AUDIT available])
643 else
644 have_audit=no
645 fi
646else
647 AUDIT_LIBS=
648fi
649AC_SUBST(AUDIT_LIBS)
650
3e214785 651# ------------------------------------------------------------------------------
7f4e0805
LP
652have_libcryptsetup=no
653AC_ARG_ENABLE(libcryptsetup, AS_HELP_STRING([--disable-libcryptsetup], [disable libcryptsetup tools]))
654if test "x$enable_libcryptsetup" != "xno"; then
8cf3ca80 655 PKG_CHECK_MODULES(LIBCRYPTSETUP, [ libcryptsetup >= 1.6.0 ],
7f4e0805 656 [AC_DEFINE(HAVE_LIBCRYPTSETUP, 1, [Define if libcryptsetup is available]) have_libcryptsetup=yes], have_libcryptsetup=no)
7f4e0805 657 if test "x$have_libcryptsetup" = xno -a "x$enable_libcryptsetup" = xyes; then
591622d7 658 AC_MSG_ERROR([*** libcryptsetup support requested but libraries not found])
7f4e0805
LP
659 fi
660fi
661AM_CONDITIONAL(HAVE_LIBCRYPTSETUP, [test "$have_libcryptsetup" = "yes"])
662
f6a971bc
LP
663# ------------------------------------------------------------------------------
664have_qrencode=no
665AC_ARG_ENABLE(qrencode, AS_HELP_STRING([--disable-qrencode], [disable qrencode support]))
666if test "x$enable_qrencode" != "xno"; then
667 PKG_CHECK_MODULES(QRENCODE, [ libqrencode ],
668 [AC_DEFINE(HAVE_QRENCODE, 1, [Define if qrencode is available]) have_qrencode=yes], have_qrencode=no)
669 if test "x$have_qrencode" = xno -a "x$enable_qrencode" = xyes; then
670 AC_MSG_ERROR([*** qrencode support requested but libraries not found])
671 fi
672fi
673AM_CONDITIONAL(HAVE_QRENCODE, [test "$have_qrencode" = "yes"])
674
7b17a7d7
LP
675# ------------------------------------------------------------------------------
676have_microhttpd=no
677AC_ARG_ENABLE(microhttpd, AS_HELP_STRING([--disable-microhttpd], [disable microhttpd support]))
678if test "x$enable_microhttpd" != "xno"; then
3f573096 679 PKG_CHECK_MODULES(MICROHTTPD, [libmicrohttpd >= 0.9.33],
7b17a7d7
LP
680 [AC_DEFINE(HAVE_MICROHTTPD, 1, [Define if microhttpd is available]) have_microhttpd=yes], have_microhttpd=no)
681 if test "x$have_microhttpd" = xno -a "x$enable_microhttpd" = xyes; then
682 AC_MSG_ERROR([*** microhttpd support requested but libraries not found])
683 fi
684fi
685AM_CONDITIONAL(HAVE_MICROHTTPD, [test "$have_microhttpd" = "yes"])
686
60313199
ZJS
687# ------------------------------------------------------------------------------
688have_gnutls=no
689AC_ARG_ENABLE(gnutls, AS_HELP_STRING([--disable-gnutls], [disable gnutls support]))
690if test "x$enable_gnutls" != "xno"; then
f12be7e8 691 PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.4],
60313199
ZJS
692 [AC_DEFINE(HAVE_GNUTLS, 1, [Define if gnutls is available]) have_gnutls=yes], have_gnutls=no)
693 if test "x$have_gnutls" = xno -a "x$enable_gnutls" = xyes; then
694 AC_MSG_ERROR([*** gnutls support requested but libraries not found])
695 fi
696fi
697AM_CONDITIONAL(HAVE_GNUTLS, [test "$have_gnutls" = "yes"])
698
3e214785 699# ------------------------------------------------------------------------------
27669061
MV
700have_binfmt=no
701AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool]))
702if test "x$enable_binfmt" != "xno"; then
be31376e 703 have_binfmt=yes
27669061
MV
704fi
705AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"])
706
3e214785 707# ------------------------------------------------------------------------------
e5e83e83
LP
708have_vconsole=no
709AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool]))
710if test "x$enable_vconsole" != "xno"; then
be31376e 711 have_vconsole=yes
e5e83e83
LP
712fi
713AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
714
3e214785 715# ------------------------------------------------------------------------------
e5e83e83
LP
716have_readahead=no
717AC_ARG_ENABLE(readahead, AS_HELP_STRING([--disable-readahead], [disable readahead tools]))
718if test "x$enable_readahead" != "xno"; then
be31376e 719 have_readahead=yes
e5e83e83
LP
720fi
721AM_CONDITIONAL(ENABLE_READAHEAD, [test "$have_readahead" = "yes"])
722
83fdc450
AK
723# ------------------------------------------------------------------------------
724have_bootchart=no
725AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool]))
726if test "x$enable_bootchart" != "xno"; then
727 have_bootchart=yes
728fi
729AM_CONDITIONAL(ENABLE_BOOTCHART, [test "$have_bootchart" = "yes"])
730
3e214785 731# ------------------------------------------------------------------------------
4de85612
LP
732have_quotacheck=no
733AC_ARG_ENABLE(quotacheck, AS_HELP_STRING([--disable-quotacheck], [disable quotacheck tools]))
734if test "x$enable_quotacheck" != "xno"; then
be31376e 735 have_quotacheck=yes
4de85612
LP
736fi
737AM_CONDITIONAL(ENABLE_QUOTACHECK, [test "$have_quotacheck" = "yes"])
738
6351163b
UTL
739# ------------------------------------------------------------------------------
740have_tmpfiles=no
741AC_ARG_ENABLE(tmpfiles, AS_HELP_STRING([--disable-tmpfiles], [disable tmpfiles support]))
742if test "x$enable_tmpfiles" != "xno"; then
743 have_tmpfiles=yes
744fi
745AM_CONDITIONAL(ENABLE_TMPFILES, [test "$have_tmpfiles" = "yes"])
746
3e214785 747# ------------------------------------------------------------------------------
4de85612
LP
748have_randomseed=no
749AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable randomseed tools]))
750if test "x$enable_randomseed" != "xno"; then
be31376e 751 have_randomseed=yes
4de85612
LP
752fi
753AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
754
3731acf1
LP
755# ------------------------------------------------------------------------------
756have_backlight=no
757AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable backlight tools]))
758if test "x$enable_backlight" != "xno"; then
759 have_backlight=yes
760fi
761AM_CONDITIONAL(ENABLE_BACKLIGHT, [test "$have_backlight" = "yes"])
762
3990f247
LP
763# ------------------------------------------------------------------------------
764have_rfkill=no
765AC_ARG_ENABLE(rfkill, AS_HELP_STRING([--disable-rfkill], [disable rfkill tools]))
766if test "x$enable_rfkill" != "xno"; then
767 have_rfkill=yes
768fi
769AM_CONDITIONAL(ENABLE_RFKILL, [test "$have_rfkill" = "yes"])
770
3e214785 771# ------------------------------------------------------------------------------
2a018e83
KS
772have_logind=no
773AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon]))
774if test "x$enable_logind" != "xno"; then
be31376e 775 have_logind=yes
2a018e83
KS
776fi
777AM_CONDITIONAL(ENABLE_LOGIND, [test "$have_logind" = "yes"])
4c80c73c 778AS_IF([test "$have_logind" = "yes"], [ AC_DEFINE(HAVE_LOGIND, [1], [Logind support available]) ])
2a018e83 779
1ee306e1
LP
780# ------------------------------------------------------------------------------
781have_machined=no
782AC_ARG_ENABLE(machined, AS_HELP_STRING([--disable-machined], [disable machine daemon]))
783if test "x$enable_machined" != "xno"; then
784 have_machined=yes
785fi
786AM_CONDITIONAL(ENABLE_MACHINED, [test "$have_machined" = "yes"])
787AS_IF([test "$have_machined" = "yes"], [ AC_DEFINE(HAVE_MACHINED, [1], [Machined support available]) ])
788
3e214785 789# ------------------------------------------------------------------------------
b2e9fb99
MV
790have_hostnamed=no
791AC_ARG_ENABLE(hostnamed, AS_HELP_STRING([--disable-hostnamed], [disable hostname daemon]))
792if test "x$enable_hostnamed" != "xno"; then
be31376e 793 have_hostnamed=yes
b2e9fb99
MV
794fi
795AM_CONDITIONAL(ENABLE_HOSTNAMED, [test "$have_hostnamed" = "yes"])
796
3e214785 797# ------------------------------------------------------------------------------
f47cd184
MV
798have_timedated=no
799AC_ARG_ENABLE(timedated, AS_HELP_STRING([--disable-timedated], [disable timedate daemon]))
800if test "x$enable_timedated" != "xno"; then
be31376e 801 have_timedated=yes
f47cd184
MV
802fi
803AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
804
3e214785 805# ------------------------------------------------------------------------------
4cd1eaa5
MV
806have_localed=no
807AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon]))
808if test "x$enable_localed" != "xno"; then
be31376e 809 have_localed=yes
4cd1eaa5
MV
810fi
811AM_CONDITIONAL(ENABLE_LOCALED, [test "$have_localed" = "yes"])
812
3e214785 813# ------------------------------------------------------------------------------
f5e04665
LP
814have_coredump=no
815AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook]))
816if test "x$enable_coredump" != "xno"; then
be31376e 817 have_coredump=yes
f5e04665
LP
818fi
819AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"])
820
46ba8aae
LP
821# ------------------------------------------------------------------------------
822have_polkit=no
823AC_ARG_ENABLE(polkit, AS_HELP_STRING([--disable-polkit], [disable PolicyKit support]))
824if test "x$enable_polkit" != "xno"; then
825 AC_DEFINE(ENABLE_POLKIT, 1, [Define if PolicyKit support is to be enabled])
826 have_polkit=yes
827fi
828AM_CONDITIONAL(ENABLE_POLKIT, [test "x$have_polkit" = "xyes"])
829
3c9317d2
CW
830# ------------------------------------------------------------------------------
831AC_ARG_ENABLE(networkd, AS_HELP_STRING([--disable-networkd], [disable networkd]))
832if test "x$enable_networkd" != "xno"; then
833 AC_DEFINE(ENABLE_NETWORKD, 1, [Define if networkd support is to be enabled])
834 have_networkd=yes
835fi
836AM_CONDITIONAL(ENABLE_NETWORKD, [test "x$have_networkd" = "xyes"])
837
b872e9a0
LP
838# ------------------------------------------------------------------------------
839have_efi=no
840AC_ARG_ENABLE(efi, AS_HELP_STRING([--disable-efi], [disable EFI support]))
841if test "x$enable_efi" != "xno"; then
842 AC_DEFINE(ENABLE_EFI, 1, [Define if EFI support is to be enabled])
843 have_efi=yes
844fi
845AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"])
846
bd441fa2
ZJS
847# ------------------------------------------------------------------------------
848have_multi_seat_x=no
849AC_ARG_ENABLE(multi_seat_x, AS_HELP_STRING([--disable-multi-seat-x], [do not build multi-seat-x]))
850if test "x$enable_multi_seat_x" != "xno"; then
851 have_multi_seat_x=yes
852fi
853AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"])
854
626851be
LP
855# ------------------------------------------------------------------------------
856have_kdbus=no
c97a6dbc 857AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default]))
146ccaaf 858if test "x$enable_kdbus" = "xyes"; then
626851be
LP
859 AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enabled])
860 have_kdbus=yes
4acbce79 861 M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"
626851be
LP
862fi
863AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"])
864
b1c4ca25
LP
865# ------------------------------------------------------------------------------
866AC_ARG_WITH(rc-local-script-path-start,
867 AS_HELP_STRING([--with-rc-local-script-path-start=PATH],
868 [Path to /etc/rc.local]),
869 [RC_LOCAL_SCRIPT_PATH_START="$withval"],
870 [RC_LOCAL_SCRIPT_PATH_START="/etc/rc.local"])
871
872AC_ARG_WITH(rc-local-script-path-stop,
873 AS_HELP_STRING([--with-rc-local-script-path-stop=PATH],
bc270841 874 [Path to /usr/sbin/halt.local]),
b1c4ca25 875 [RC_LOCAL_SCRIPT_PATH_STOP="$withval"],
bc270841 876 [RC_LOCAL_SCRIPT_PATH_STOP="/usr/sbin/halt.local"])
b1c4ca25
LP
877
878AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_START, ["$RC_LOCAL_SCRIPT_PATH_START"], [Path of /etc/rc.local script])
bc270841 879AC_DEFINE_UNQUOTED(RC_LOCAL_SCRIPT_PATH_STOP, ["$RC_LOCAL_SCRIPT_PATH_STOP"], [Path of /usr/sbin/halt.local script])
b1c4ca25
LP
880
881AC_SUBST(RC_LOCAL_SCRIPT_PATH_START)
882AC_SUBST(RC_LOCAL_SCRIPT_PATH_STOP)
883
a382332e
LP
884# ------------------------------------------------------------------------------
885AC_ARG_WITH(kbd-loadkeys,
886 AS_HELP_STRING([--with-kbd-loadkeys=PATH],
887 [Path to loadkeys]),
888 [KBD_LOADKEYS="$withval"],
889 [KBD_LOADKEYS="/usr/bin/loadkeys"])
890
891AC_ARG_WITH(kbd-setfont,
892 AS_HELP_STRING([--with-kbd-setfont=PATH],
893 [Path to setfont]),
894 [KBD_SETFONT="$withval"],
895 [KBD_SETFONT="/usr/bin/setfont"])
896
897AC_DEFINE_UNQUOTED(KBD_LOADKEYS, ["$KBD_LOADKEYS"], [Path of loadkeys])
898AC_DEFINE_UNQUOTED(KBD_SETFONT, ["$KBD_SETFONT"], [Path of setfont])
899
900AC_SUBST(KBD_LOADKEYS)
901AC_SUBST(KBD_SETFONT)
902
4ad61fd1
CR
903AC_ARG_WITH(telinit,
904 AS_HELP_STRING([--with-telinit=PATH],
905 [Path to telinit]),
906 [TELINIT="$withval"],
abaaabf4 907 [TELINIT="/lib/sysvinit/telinit"])
4ad61fd1
CR
908
909AC_DEFINE_UNQUOTED(TELINIT, ["$TELINIT"], [Path to telinit])
910
911AC_SUBST(TELINIT)
912
54b434b1 913AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h])
7211f918 914
d562955e
TG
915# ------------------------------------------------------------------------------
916have_myhostname=no
f8c5a581 917AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable nss-myhostname support]))
d562955e
TG
918if test "x$enable_myhostname" != "xno"; then
919 AC_HEADER_STDC
a3b6fafe 920 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
921
922 AC_C_CONST
923 AC_TYPE_SIZE_T
924 AC_HEADER_TIME
925
926 AC_FUNC_MALLOC
927 AC_FUNC_SELECT_ARGTYPES
928 AC_CHECK_FUNCS([gethostbyaddr gethostbyname gettimeofday inet_ntoa memset select socket strcspn strdup strerror strncasecmp strcasecmp strspn])
929
930 have_myhostname=yes
931fi
932AM_CONDITIONAL(HAVE_MYHOSTNAME, [test "$have_myhostname" = "yes"])
933
3e214785
KS
934# ------------------------------------------------------------------------------
935AC_ARG_WITH(firmware-path,
936 AS_HELP_STRING([--with-firmware-path=DIR[[[:DIR[...]]]]],
a3bd8447
TG
937 [Firmware search path (default="")]),
938 [], [with_firmware_path=""])
3e214785
KS
939OLD_IFS=$IFS
940IFS=:
941for i in $with_firmware_path; do
942 if test "x${FIRMWARE_PATH}" = "x"; then
943 FIRMWARE_PATH="\\\"${i}/\\\""
944 else
945 FIRMWARE_PATH="${FIRMWARE_PATH}, \\\"${i}/\\\""
946 fi
947done
948IFS=$OLD_IFS
a3bd8447 949AC_SUBST(FIRMWARE_PATH)
d8d4bee7 950AS_IF([test "x${FIRMWARE_PATH}" != "x"], [ AC_DEFINE(HAVE_FIRMWARE, 1, [Define if FIRMWARE is available]) ])
a3bd8447 951AM_CONDITIONAL(ENABLE_FIRMWARE, [test "x${FIRMWARE_PATH}" != "x"])
3e214785
KS
952
953# ------------------------------------------------------------------------------
954AC_ARG_ENABLE([gudev],
955 AS_HELP_STRING([--disable-gudev], [disable Gobject libudev support @<:@default=enabled@:>@]),
956 [], [enable_gudev=yes])
de1c301e 957AS_IF([test "x$enable_gudev" = "xyes"], [ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0]) ])
3e214785 958AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"])
de1c301e
LP
959AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define if glib is available]) ])
960
3e214785 961# ------------------------------------------------------------------------------
75db9a77 962have_manpages=no
4c2b0e4e 963AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
4ca39b28 964AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
fe1fed02 965AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"])
75db9a77 966
3e214785 967# ------------------------------------------------------------------------------
d1ab0ca0 968
34eff652
LP
969# Location of the init scripts as mandated by LSB
970SYSTEM_SYSVINIT_PATH=/etc/init.d
f1dd0c3f 971SYSTEM_SYSVRCND_PATH=/etc/rc.d
12e84679 972
136337ff 973AC_ARG_WITH([sysvinit-path],
be31376e 974 [AS_HELP_STRING([--with-sysvinit-path=PATH],
bc270841 975 [Specify the path to where the SysV init scripts are located])],
be31376e
KS
976 [SYSTEM_SYSVINIT_PATH="$withval"],
977 [])
136337ff 978
dee4c244
LP
979AC_ARG_WITH([sysvrcnd-path],
980 [AS_HELP_STRING([--with-sysvrcnd-path=PATH],
bc270841 981 [Specify the path to the base directory for the SysV rcN.d directories])],
136337ff
TFH
982 [SYSTEM_SYSVRCND_PATH="$withval"],
983 [])
984
07459bb6
FF
985if test "x${SYSTEM_SYSVINIT_PATH}" != "x" -a "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
986 AC_DEFINE(HAVE_SYSV_COMPAT, [], [SysV init scripts and rcN.d links are supported.])
987 SYSTEM_SYSV_COMPAT="yes"
f975e971 988 M4_DEFINES="$M4_DEFINES -DHAVE_SYSV_COMPAT"
07459bb6 989elif test "x${SYSTEM_SYSVINIT_PATH}" != "x" -o "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
dee4c244 990 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
991else
992 SYSTEM_SYSV_COMPAT="no"
993fi
994
bc270841
LP
995AC_SUBST(SYSTEM_SYSVINIT_PATH)
996AC_SUBST(SYSTEM_SYSVRCND_PATH)
997AC_SUBST(M4_DEFINES)
998
999AM_CONDITIONAL(HAVE_SYSV_COMPAT, test "$SYSTEM_SYSV_COMPAT" = "yes")
1000
bef2733f 1001AC_ARG_WITH([tty-gid],
a05ea46d 1002 [AS_HELP_STRING([--with-tty-gid=GID],
bef2733f
LP
1003 [Specify the numeric GID of the 'tty' group])],
1004 [AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
1005 [])
1006
d2d12cd1
LP
1007AC_ARG_WITH([dbuspolicydir],
1008 AS_HELP_STRING([--with-dbuspolicydir=DIR], [D-Bus policy directory]),
1009 [],
25ee45f9 1010 [with_dbuspolicydir=$($PKG_CONFIG --variable=sysconfdir dbus-1)/dbus-1/system.d])
d122948d 1011
d2d12cd1
LP
1012AC_ARG_WITH([dbussessionservicedir],
1013 AS_HELP_STRING([--with-dbussessionservicedir=DIR], [D-Bus session service directory]),
1014 [],
25ee45f9 1015 [with_dbussessionservicedir=$($PKG_CONFIG --variable=session_bus_services_dir dbus-1)])
d122948d 1016
d2d12cd1
LP
1017AC_ARG_WITH([dbussystemservicedir],
1018 AS_HELP_STRING([--with-dbussystemservicedir=DIR], [D-Bus system service directory]),
1019 [],
03c14914 1020 [with_dbussystemservicedir=$(readlink -m $($PKG_CONFIG --variable=session_bus_services_dir dbus-1)/../system-services)])
d122948d 1021
d2d12cd1
LP
1022AC_ARG_WITH([dbusinterfacedir],
1023 AS_HELP_STRING([--with-dbusinterfacedir=DIR], [D-Bus interface directory]),
1024 [],
03c14914 1025 [with_dbusinterfacedir=$(readlink -m $($PKG_CONFIG --variable=session_bus_services_dir dbus-1)/../interfaces)])
d122948d 1026
db059f1b
MB
1027AC_ARG_WITH([bashcompletiondir],
1028 AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]),
1029 [],
25ee45f9
MB
1030 [AS_IF([$($PKG_CONFIG --exists bash-completion)], [
1031 with_bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion)
db059f1b
MB
1032 ] , [
1033 with_bashcompletiondir=${datadir}/bash-completion/completions
1034 ])])
1035
4f87c47b
WG
1036AC_ARG_WITH([zshcompletiondir],
1037 AS_HELP_STRING([--with-zshcompletiondir=DIR], [Zsh completions directory]),
1038 [], [with_zshcompletiondir=${datadir}/zsh/site-functions])
1039
b8079ae1
KS
1040AC_ARG_WITH([rootprefix],
1041 AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
39ad55a9 1042 [], [with_rootprefix=${ac_default_prefix}])
d2d12cd1 1043
ae446765
KS
1044AC_ARG_WITH([rootlibdir],
1045 AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),
1046 [],
1047 [with_rootlibdir=${libdir}])
1048
9d3203b4 1049AC_ARG_WITH([pamlibdir],
b0cca7d8 1050 AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]),
9d3203b4
KS
1051 [],
1052 [with_pamlibdir=${with_rootlibdir}/security])
1053
5c390a4a
ZJS
1054AC_ARG_WITH([pamconfdir],
1055 AS_HELP_STRING([--with-pamconfdir=DIR], [Directory for PAM configuration]),
1056 [],
1057 [with_pamconfdir=${sysconfdir}/pam.d])
1058
bc9bdbba
MG
1059AC_ARG_ENABLE([split-usr],
1060 AS_HELP_STRING([--enable-split-usr], [Assume that /bin, /sbin aren\'t symlinks into /usr]),
1061 [],
1062 [AS_IF([test "x${ac_default_prefix}" != "x${with_rootprefix}"], [
1063 enable_split_usr=yes
1064 ], [
1065 enable_split_usr=no
1066 ])])
1067
1068AS_IF([test "x${enable_split_usr}" = "xyes"], [
2c6db6fb 1069 AC_DEFINE(HAVE_SPLIT_USR, 1, [Define if /bin, /sbin aren't symlinks into /usr])
bc9bdbba 1070])
2c6db6fb 1071
6fc00209
ZJS
1072# Work around intltoolize and gtk-doc problems in VPATH builds
1073AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"],
1074 [Define to do gtk-doc tests])
1075AS_IF([test "x$0" != "x./configure"], [
1076 AC_SUBST([INTLTOOL_UPDATE], [/bin/true])
1077])
1078
cee22bd3
HGB
1079AC_ARG_ENABLE(tests,
1080 [AC_HELP_STRING([--disable-tests], [disable tests])],
1081 enable_tests=$enableval, enable_tests=yes)
1082AM_CONDITIONAL(ENABLE_TESTS, [test x$enable_tests = xyes])
1083
d2d12cd1
LP
1084AC_SUBST([dbuspolicydir], [$with_dbuspolicydir])
1085AC_SUBST([dbussessionservicedir], [$with_dbussessionservicedir])
1086AC_SUBST([dbussystemservicedir], [$with_dbussystemservicedir])
1087AC_SUBST([dbusinterfacedir], [$with_dbusinterfacedir])
db059f1b 1088AC_SUBST([bashcompletiondir], [$with_bashcompletiondir])
4f87c47b 1089AC_SUBST([zshcompletiondir], [$with_zshcompletiondir])
8c6db833 1090AC_SUBST([pamlibdir], [$with_pamlibdir])
5c390a4a 1091AC_SUBST([pamconfdir], [$with_pamconfdir])
b8079ae1 1092AC_SUBST([rootprefix], [$with_rootprefix])
ae446765 1093AC_SUBST([rootlibdir], [$with_rootlibdir])
8c4a3079 1094
3e214785
KS
1095AC_CONFIG_FILES([
1096 Makefile po/Makefile.in
bb061708
KS
1097 docs/libudev/Makefile
1098 docs/libudev/version.xml
1099 docs/gudev/Makefile
1100 docs/gudev/version.xml
3e214785
KS
1101])
1102
a45a909f 1103AC_OUTPUT
ae446765 1104AC_MSG_RESULT([
0571e011
LP
1105 $PACKAGE_NAME $VERSION
1106
7f4e0805 1107 libcryptsetup: ${have_libcryptsetup}
5b6319dc 1108 PAM: ${have_pam}
12716238 1109 AUDIT: ${have_audit}
81611586 1110 IMA: ${have_ima}
eef65bf3 1111 AppArmor: ${have_apparmor}
12716238 1112 SELinux: ${have_selinux}
c0467cf3 1113 SECCOMP: ${have_seccomp}
2b3e18de 1114 SMACK: ${have_smack}
807e17f0 1115 XZ: ${have_xz}
5eda94dd 1116 ACL: ${have_acl}
fb0951b0 1117 XATTR: ${have_xattr}
7560fffc 1118 GCRYPT: ${have_gcrypt}
f6a971bc 1119 QRENCODE: ${have_qrencode}
7b17a7d7 1120 MICROHTTPD: ${have_microhttpd}
77e68fa2 1121 CHKCONFIG: ${have_chkconfig}
60313199 1122 GNUTLS: ${have_gnutls}
27669061 1123 binfmt: ${have_binfmt}
e5e83e83
LP
1124 vconsole: ${have_vconsole}
1125 readahead: ${have_readahead}
83fdc450 1126 bootchart: ${have_bootchart}
4de85612 1127 quotacheck: ${have_quotacheck}
6351163b 1128 tmpfiles: ${have_tmpfiles}
4de85612 1129 randomseed: ${have_randomseed}
3731acf1 1130 backlight: ${have_backlight}
3990f247 1131 rfkill: ${have_rfkill}
2a018e83 1132 logind: ${have_logind}
1ee306e1 1133 machined: ${have_machined}
b2e9fb99 1134 hostnamed: ${have_hostnamed}
f47cd184 1135 timedated: ${have_timedated}
4cd1eaa5 1136 localed: ${have_localed}
7a243b22 1137 networkd: ${have_networkd}
f5e04665 1138 coredump: ${have_coredump}
46ba8aae 1139 polkit: ${have_polkit}
b872e9a0 1140 efi: ${have_efi}
e3043162 1141 kmod: ${have_kmod}
f553b3b1 1142 blkid: ${have_blkid}
ac6b760c 1143 dbus: ${have_dbus}
d562955e 1144 nss-myhostname: ${have_myhostname}
3e214785
KS
1145 gudev: ${enable_gudev}
1146 gintrospection: ${enable_introspection}
bd441fa2 1147 multi-seat-x: ${have_multi_seat_x}
626851be 1148 kdbus: ${have_kdbus}
8d7e170a
LP
1149 Python: ${have_python}
1150 Python Headers: ${have_python_devel}
2f4da3e6
ZJS
1151 man pages: ${have_manpages}
1152 gtk-doc: ${enable_gtk_doc}
6aea6d10 1153 test coverage: ${have_coverage}
2f4da3e6
ZJS
1154 Split /usr: ${enable_split_usr}
1155 SysV compatibility: ${SYSTEM_SYSV_COMPAT}
53e856e1 1156 compatibility libraries: ${have_compat_libs}
3e214785 1157
8c4a3079 1158 prefix: ${prefix}
b8079ae1 1159 rootprefix: ${with_rootprefix}
3e214785
KS
1160 sysconf dir: ${sysconfdir}
1161 datarootdir: ${datarootdir}
1162 includedir: ${includedir}
1163 include_prefix: ${INCLUDE_PREFIX}
ae446765
KS
1164 lib dir: ${libdir}
1165 rootlib dir: ${with_rootlibdir}
2f4da3e6
ZJS
1166 SysV init scripts: ${SYSTEM_SYSVINIT_PATH}
1167 SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH}
1168 Build Python: ${PYTHON}
1169 Installation Python: ${PYTHON_BINARY}
f2ec0646 1170 sphinx binary: ${SPHINX_BUILD}
2f4da3e6 1171 firmware path: ${FIRMWARE_PATH}
2c6db6fb 1172 PAM modules dir: ${with_pamlibdir}
5c390a4a 1173 PAM configuration dir: ${with_pamconfdir}
2c6db6fb
LP
1174 D-Bus policy dir: ${with_dbuspolicydir}
1175 D-Bus session dir: ${with_dbussessionservicedir}
1176 D-Bus system dir: ${with_dbussystemservicedir}
1177 D-Bus interfaces dir: ${with_dbusinterfacedir}
db059f1b 1178 Bash completions dir: ${with_bashcompletiondir}
4f87c47b 1179 Zsh completions dir: ${with_zshcompletiondir}
b1c4ca25
LP
1180 Extra start script: ${RC_LOCAL_SCRIPT_PATH_START}
1181 Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP}
45df1f2c 1182 Debug shell: ${SUSHELL} @ ${DEBUGTTY}
66be6554 1183
5a45a936 1184 CFLAGS: ${OUR_CFLAGS} ${CFLAGS}
1f048a6b 1185 CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS}
5a45a936 1186 LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS}
a6c0b31d
ZJS
1187 PYTHON_CFLAGS: ${PYTHON_DEVEL_CFLAGS}
1188 PYTHON_LIBS: ${PYTHON_DEVEL_LIBS}
ae446765 1189])