]> git.ipfire.org Git - thirdparty/systemd.git/blame - configure.ac
journal: handle empty syslog identifier properly
[thirdparty/systemd.git] / configure.ac
CommitLineData
47be870b
LP
1# This file is part of systemd.
2#
3# Copyright 2010 Lennart Poettering
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# systemd is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with systemd; If not, see <http://www.gnu.org/licenses/>.
17
18AC_PREREQ(2.63)
19
f1a42db5 20AC_INIT([systemd],[38],[systemd-devel@lists.freedesktop.org])
e99e38bb 21AC_CONFIG_SRCDIR([src/main.c])
47be870b
LP
22AC_CONFIG_MACRO_DIR([m4])
23AC_CONFIG_HEADERS([config.h])
4db6d587 24AC_USE_SYSTEM_EXTENSIONS
907dd195 25AC_SYS_LARGEFILE
eb7bbee6 26AC_PREFIX_DEFAULT([/usr])
f7762bf3 27AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
47be870b 28
1b322bdb 29AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])
47be870b
LP
30
31AC_CANONICAL_HOST
22be093f 32AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
d59d0a2b 33AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" ||
34 test "x$host_cpu" = "xmips64" || test "x$host_cpu" = "xmips64el"],
35 [AC_DEFINE(ARCH_MIPS, [], [Whether on mips arch])])
47be870b
LP
36
37AM_SILENT_RULES([yes])
38
39AC_CHECK_PROG([STOW], [stow], [yes], [no])
40
41AS_IF([test "x$STOW" = "xyes" && test -d /usr/local/stow], [
42 AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
43 ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
44])
45
1c7dde3e
BN
46# i18n stuff for the PolicyKit policy files
47IT_PROG_INTLTOOL([0.40.0])
48
49GETTEXT_PACKAGE=systemd
50AC_SUBST(GETTEXT_PACKAGE)
51
e9da3678
LP
52AC_PROG_MKDIR_P
53AC_PROG_LN_S
54AC_PROG_SED
f975e971 55AC_PROG_AWK
e9da3678 56
47be870b
LP
57AC_PROG_CC
58AC_PROG_CC_C99
59AM_PROG_CC_C_O
60AC_PROG_GCC_TRADITIONAL
47be870b 61
9a60da28
TR
62AC_CHECK_TOOL(OBJCOPY, objcopy)
63AC_CHECK_TOOL(STRINGS, strings)
f975e971 64AC_CHECK_TOOL(GPERF, gperf)
b62cfcea
MB
65if test -z "$GPERF" ; then
66 AC_MSG_ERROR([*** gperf not found])
67fi
9a60da28 68
d1ab0ca0 69CC_CHECK_CFLAGS_APPEND([ \
be1a67d9 70 -pipe \
d1ab0ca0
LP
71 -Wall \
72 -W \
73 -Wextra \
27765dfc 74 -Wno-inline \
d1ab0ca0 75 -Wvla \
d1ab0ca0
LP
76 -Wundef \
77 -Wformat=2 \
78 -Wlogical-op \
79 -Wsign-compare \
80 -Wformat-security \
81 -Wmissing-include-dirs \
82 -Wformat-nonliteral \
83 -Wold-style-definition \
84 -Wpointer-arith \
85 -Winit-self \
86 -Wdeclaration-after-statement \
87 -Wfloat-equal \
88 -Wmissing-prototypes \
89 -Wstrict-prototypes \
90 -Wredundant-decls \
91 -Wmissing-declarations \
92 -Wmissing-noreturn \
93 -Wshadow \
94 -Wendif-labels \
95 -Wcast-align \
96 -Wstrict-aliasing=2 \
97 -Wwrite-strings \
be1a67d9
LP
98 -Wno-long-long \
99 -Wno-overlength-strings \
d1ab0ca0 100 -Wno-unused-parameter \
be1a67d9 101 -Wno-missing-field-initializers \
8745297f 102 -Wno-unused-result \
d1ab0ca0 103 -Wp,-D_FORTIFY_SOURCE=2 \
be1a67d9 104 -ffast-math \
d1ab0ca0
LP
105 -fno-common \
106 -fdiagnostics-show-option \
9b85fc6a
GSB
107 -fno-strict-aliasing \
108 -fvisibility=hidden \
109 -ffunction-sections \
110 -fdata-sections \
111 -Wl,--as-needed \
112 -Wl,--gc-sections])
47be870b 113
139be57d
LP
114LT_PREREQ(2.2)
115LT_INIT
116
47be870b 117AC_SEARCH_LIBS([clock_gettime], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])])
afea26ad 118AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([*** Dynamic linking loader library not found])])
85f19d82
MB
119
120save_LIBS="$LIBS"
121LIBS=
47be870b
LP
122AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not found])])
123AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
85f19d82
MB
124CAP_LIBS="$LIBS"
125LIBS="$save_LIBS"
126AC_SUBST(CAP_LIBS)
47be870b 127
b237ef2c 128# This makes sure pkg.m4 is available.
a9b5b032 129m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
d1ab0ca0 130
309c2a2c 131PKG_CHECK_MODULES(UDEV, [ libudev >= 172 ])
47be870b
LP
132AC_SUBST(UDEV_CFLAGS)
133AC_SUBST(UDEV_LIBS)
134
83bda358 135PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.3.2 ])
47be870b
LP
136AC_SUBST(DBUS_CFLAGS)
137AC_SUBST(DBUS_LIBS)
138
591622d7
LP
139have_selinux=no
140AC_ARG_ENABLE(selinux, AS_HELP_STRING([--disable-selinux], [Disable optional SELINUX support]))
141if test "x$enable_selinux" != "xno"; then
142 PKG_CHECK_MODULES(SELINUX, [ libselinux ],
143 [AC_DEFINE(HAVE_SELINUX, 1, [Define if SELinux is available]) have_selinux=yes], have_selinux=no)
144 AC_SUBST(SELINUX_CFLAGS)
145 AC_SUBST(SELINUX_LIBS)
146 if test "x$have_selinux" = xno -a "x$enable_selinux" = xyes; then
147 AC_MSG_ERROR([*** SELinux support requested but libraries not found])
148 fi
56cf987f 149fi
591622d7 150AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"])
56cf987f 151
807e17f0
LP
152have_xz=no
153AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ support]))
154if test "x$enable_xz" != "xno"; then
155 PKG_CHECK_MODULES(XZ, [ liblzma ],
156 [AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz=yes], have_xz=no)
157 AC_SUBST(XZ_CFLAGS)
158 AC_SUBST(XZ_LIBS)
159 if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then
160 AC_MSG_ERROR([*** Xz support requested but libraries not found])
161 fi
162fi
163AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"])
164
0213c3f8
LP
165AC_ARG_ENABLE([tcpwrap],
166 AS_HELP_STRING([--disable-tcpwrap],[Disable optional TCP wrappers support]),
167 [case "${enableval}" in
5b6319dc
LP
168 yes) have_tcpwrap=yes ;;
169 no) have_tcpwrap=no ;;
0213c3f8
LP
170 *) AC_MSG_ERROR(bad value ${enableval} for --disable-tcpwrap) ;;
171 esac],
5b6319dc 172 [have_tcpwrap=auto])
0213c3f8 173
5b6319dc 174if test "x${have_tcpwrap}" != xno ; then
0213c3f8
LP
175 ACX_LIBWRAP
176 if test "x${LIBWRAP_LIBS}" = x ; then
5b6319dc
LP
177 if test "x$have_tcpwrap" = xyes ; then
178 AC_MSG_ERROR([*** TCP wrappers support not found.])
0213c3f8 179 fi
812cce32 180 have_tcpwrap=no
0213c3f8 181 else
5b6319dc 182 have_tcpwrap=yes
0213c3f8
LP
183 fi
184else
5b6319dc 185 LIBWRAP_LIBS=
0213c3f8 186fi
0213c3f8
LP
187AC_SUBST(LIBWRAP_LIBS)
188
5b6319dc
LP
189AC_ARG_ENABLE([pam],
190 AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),
191 [case "${enableval}" in
192 yes) have_pam=yes ;;
193 no) have_pam=no ;;
194 *) AC_MSG_ERROR(bad value ${enableval} for --disable-pam) ;;
195 esac],
196 [have_pam=auto])
197
198if test "x${have_pam}" != xno ; then
199 AC_CHECK_HEADERS(
200 [security/pam_modules.h security/pam_modutil.h security/pam_ext.h],
201 [have_pam=yes],
202 [if test "x$have_pam" = xyes ; then
203 AC_MSG_ERROR([*** PAM headers not found.])
204 fi])
205
206 AC_CHECK_LIB(
207 [pam],
208 [pam_syslog],
209 [have_pam=yes],
210 [if test "x$have_pam" = xyes ; then
211 AC_MSG_ERROR([*** libpam not found.])
212 fi])
213
214 if test "x$have_pam" = xyes ; then
215 PAM_LIBS="-lpam -lpam_misc"
216 AC_DEFINE(HAVE_PAM, 1, [PAM available])
812cce32
LP
217 else
218 have_pam=no
5b6319dc
LP
219 fi
220else
221 PAM_LIBS=
222fi
223AC_SUBST(PAM_LIBS)
224AM_CONDITIONAL([HAVE_PAM], [test "x$have_pam" != xno])
225
5eda94dd
LP
226AC_ARG_ENABLE([acl],
227 AS_HELP_STRING([--disable-acl],[Disable optional ACL support]),
228 [case "${enableval}" in
229 yes) have_acl=yes ;;
230 no) have_acl=no ;;
231 *) AC_MSG_ERROR(bad value ${enableval} for --disable-acl) ;;
232 esac],
233 [have_acl=auto])
234
235if test "x${have_acl}" != xno ; then
236 AC_CHECK_HEADERS(
237 [sys/acl.h acl/libacl.h],
238 [have_acl=yes],
239 [if test "x$have_acl" = xyes ; then
240 AC_MSG_ERROR([*** ACL headers not found.])
241 fi])
242
243 AC_CHECK_LIB(
244 [acl],
245 [acl_get_file],
246 [have_acl=yes],
247 [if test "x$have_acl" = xyes ; then
248 AC_MSG_ERROR([*** libacl not found.])
249 fi])
250
251 if test "x$have_acl" = xyes ; then
252 ACL_LIBS="-lacl"
253 AC_DEFINE(HAVE_ACL, 1, [ACL available])
254 else
255 have_acl=no
256 fi
257else
258 ACL_LIBS=
259fi
260AC_SUBST(ACL_LIBS)
261AM_CONDITIONAL([HAVE_ACL], [test "x$have_acl" != xno])
262
4927fcae
LP
263AC_ARG_ENABLE([audit],
264 AS_HELP_STRING([--disable-audit],[Disable optional AUDIT support]),
265 [case "${enableval}" in
266 yes) have_audit=yes ;;
267 no) have_audit=no ;;
268 *) AC_MSG_ERROR(bad value ${enableval} for --disable-audit) ;;
269 esac],
270 [have_audit=auto])
271
272if test "x${have_audit}" != xno ; then
273 AC_CHECK_HEADERS(
274 [libaudit.h],
275 [have_audit=yes],
276 [if test "x$have_audit" = xyes ; then
277 AC_MSG_ERROR([*** AUDIT headers not found.])
278 fi])
279
280 AC_CHECK_LIB(
281 [audit],
282 [audit_open],
283 [have_audit=yes],
284 [if test "x$have_audit" = xyes ; then
285 AC_MSG_ERROR([*** libaudit not found.])
286 fi])
287
288 if test "x$have_audit" = xyes ; then
289 AUDIT_LIBS="-laudit"
290 AC_DEFINE(HAVE_AUDIT, 1, [AUDIT available])
291 else
292 have_audit=no
293 fi
294else
295 AUDIT_LIBS=
296fi
297AC_SUBST(AUDIT_LIBS)
298
7f4e0805
LP
299have_libcryptsetup=no
300AC_ARG_ENABLE(libcryptsetup, AS_HELP_STRING([--disable-libcryptsetup], [disable libcryptsetup tools]))
301if test "x$enable_libcryptsetup" != "xno"; then
302 PKG_CHECK_MODULES(LIBCRYPTSETUP, [ libcryptsetup ],
303 [AC_DEFINE(HAVE_LIBCRYPTSETUP, 1, [Define if libcryptsetup is available]) have_libcryptsetup=yes], have_libcryptsetup=no)
304 AC_SUBST(LIBCRYPTSETUP_CFLAGS)
305 AC_SUBST(LIBCRYPTSETUP_LIBS)
306 if test "x$have_libcryptsetup" = xno -a "x$enable_libcryptsetup" = xyes; then
591622d7 307 AC_MSG_ERROR([*** libcryptsetup support requested but libraries not found])
7f4e0805
LP
308 fi
309fi
310AM_CONDITIONAL(HAVE_LIBCRYPTSETUP, [test "$have_libcryptsetup" = "yes"])
311
27669061
MV
312have_binfmt=no
313AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool]))
314if test "x$enable_binfmt" != "xno"; then
315 have_binfmt=yes
316fi
317AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"])
318
e5e83e83
LP
319have_vconsole=no
320AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool]))
321if test "x$enable_vconsole" != "xno"; then
322 have_vconsole=yes
323fi
324AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
325
326have_readahead=no
327AC_ARG_ENABLE(readahead, AS_HELP_STRING([--disable-readahead], [disable readahead tools]))
328if test "x$enable_readahead" != "xno"; then
329 have_readahead=yes
330fi
331AM_CONDITIONAL(ENABLE_READAHEAD, [test "$have_readahead" = "yes"])
332
4de85612
LP
333have_quotacheck=no
334AC_ARG_ENABLE(quotacheck, AS_HELP_STRING([--disable-quotacheck], [disable quotacheck tools]))
335if test "x$enable_quotacheck" != "xno"; then
336 have_quotacheck=yes
337fi
338AM_CONDITIONAL(ENABLE_QUOTACHECK, [test "$have_quotacheck" = "yes"])
339
340have_randomseed=no
341AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable randomseed tools]))
342if test "x$enable_randomseed" != "xno"; then
343 have_randomseed=yes
344fi
345AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
346
2a018e83
KS
347have_logind=no
348AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon]))
349if test "x$enable_logind" != "xno"; then
350 have_logind=yes
351fi
352AM_CONDITIONAL(ENABLE_LOGIND, [test "$have_logind" = "yes"])
353
b2e9fb99
MV
354have_hostnamed=no
355AC_ARG_ENABLE(hostnamed, AS_HELP_STRING([--disable-hostnamed], [disable hostname daemon]))
356if test "x$enable_hostnamed" != "xno"; then
357 have_hostnamed=yes
358fi
359AM_CONDITIONAL(ENABLE_HOSTNAMED, [test "$have_hostnamed" = "yes"])
360
f47cd184
MV
361have_timedated=no
362AC_ARG_ENABLE(timedated, AS_HELP_STRING([--disable-timedated], [disable timedate daemon]))
363if test "x$enable_timedated" != "xno"; then
364 have_timedated=yes
365fi
366AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
367
4cd1eaa5
MV
368have_localed=no
369AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon]))
370if test "x$enable_localed" != "xno"; then
371 have_localed=yes
372fi
373AM_CONDITIONAL(ENABLE_LOCALED, [test "$have_localed" = "yes"])
374
f5e04665
LP
375have_coredump=no
376AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook]))
377if test "x$enable_coredump" != "xno"; then
378 have_coredump=yes
379fi
380AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"])
381
a9b5b032
MT
382have_gtk=no
383AC_ARG_ENABLE(gtk, AS_HELP_STRING([--disable-gtk], [disable GTK tools]))
384if test "x$enable_gtk" != "xno"; then
11216eb0 385 PKG_CHECK_MODULES(GTK, [ gtk+-2.0 glib-2.0 > 2.26 gio-unix-2.0 gee-1.0],
a9b5b032
MT
386 [AC_DEFINE(HAVE_GTK, 1, [Define if GTK is available]) have_gtk=yes], have_gtk=no)
387 AC_SUBST(GTK_CFLAGS)
388 AC_SUBST(GTK_LIBS)
389 if test "x$have_gtk" = xno -a "x$enable_gtk" = xyes; then
26742b3f 390 AC_MSG_ERROR([*** gtk support requested but libraries not found])
a9b5b032
MT
391 fi
392fi
393AM_CONDITIONAL(HAVE_GTK, [test "$have_gtk" = "yes"])
394
010e310f 395if test "$have_gtk" = "yes"; then
ab85c225 396 PKG_CHECK_MODULES(LIBNOTIFY, [ libnotify ])
2fa47da5
LP
397 AC_SUBST(LIBNOTIFY_CFLAGS)
398 AC_SUBST(LIBNOTIFY_LIBS)
010e310f
GSB
399fi
400
db040a61 401AM_PROG_VALAC([0.10])
47be870b 402AC_SUBST(VAPIDIR)
42e39f0b 403AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x)
47be870b 404
d1ab0ca0
LP
405AC_PATH_PROG([XSLTPROC], [xsltproc])
406AM_CONDITIONAL(HAVE_XSLTPROC, test x"$XSLTPROC" != x)
407
5e6afdd3
LP
408AC_PATH_PROG([M4], [m4])
409
a338bab5 410AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, ubuntu, arch, gentoo, slackware, altlinux or other]))
0571e011
LP
411if test "z$with_distro" = "z"; then
412 if test "$cross_compiling" = yes; then
413 AC_MSG_WARN([Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)])
414 else
8d7cb6e0
LDM
415 test -f "/etc/redhat-release" && with_distro="fedora"
416 test -f "/etc/SuSE-release" && with_distro="suse"
417 test -f "/etc/debian_version" && with_distro="debian"
418 test -f "/etc/arch-release" && with_distro="arch"
419 test -f "/etc/gentoo-release" && with_distro="gentoo"
420 test -f "/etc/slackware-version" && with_distro="slackware"
421 test -f "/etc/frugalware-release" && with_distro="frugalware"
a338bab5 422 test -f "/etc/altlinux-release" && with_distro="altlinux"
1de4d79b 423 test -f "/etc/mandriva-release" && with_distro="mandriva"
54e4fdef 424 test -f "/etc/meego-release" && with_distro="meego"
1bd8b818 425 test -f "/etc/angstrom-version" && with_distro="angstrom"
6fdae8a6 426 test -f "/etc/mageia-release" && with_distro="mageia"
858dae18
AE
427 if test "x`lsb_release -is 2>/dev/null`" = "xUbuntu"; then
428 with_distro="ubuntu"
429 fi
0571e011
LP
430 fi
431 if test "z$with_distro" = "z"; then
432 with_distro=`uname -s`
433 fi
434fi
435with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]' `
7d568925 436AC_DEFINE_UNQUOTED(DISTRIBUTION, ["${with_distro}"], [Target Distribution])
0571e011 437
34eff652
LP
438# Location of the init scripts as mandated by LSB
439SYSTEM_SYSVINIT_PATH=/etc/init.d
f1dd0c3f 440SYSTEM_SYSVRCND_PATH=/etc/rc.d
34eff652 441
f975e971 442M4_DEFINES=
e05b415e 443have_plymouth=no
12e84679 444
0571e011
LP
445case $with_distro in
446 fedora)
447 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
2c696a96 448 AC_DEFINE(TARGET_FEDORA, [], [Target is Fedora/RHEL])
f975e971 449 M4_DEFINES=-DTARGET_FEDORA=1
e05b415e 450 have_plymouth=yes
0571e011
LP
451 ;;
452 suse)
0571e011 453 SYSTEM_SYSVRCND_PATH=/etc/init.d
634826b5 454 AC_DEFINE(TARGET_SUSE, [], [Target is openSUSE/SLE])
f975e971 455 M4_DEFINES=-DTARGET_SUSE=1
e05b415e 456 have_plymouth=yes
0571e011
LP
457 ;;
458 debian)
0571e011 459 SYSTEM_SYSVRCND_PATH=/etc
858dae18 460 AC_DEFINE(TARGET_DEBIAN, [], [Target is Debian])
f975e971 461 M4_DEFINES=-DTARGET_DEBIAN=1
0571e011 462 ;;
858dae18
AE
463 ubuntu)
464 SYSTEM_SYSVRCND_PATH=/etc
858dae18 465 AC_DEFINE(TARGET_UBUNTU, [], [Target is Ubuntu])
f975e971 466 M4_DEFINES=-DTARGET_UBUNTU=1
858dae18 467 ;;
d7c114c0
DR
468 arch)
469 SYSTEM_SYSVINIT_PATH=/etc/rc.d
470 SYSTEM_SYSVRCND_PATH=/etc
d7c114c0 471 AC_DEFINE(TARGET_ARCH, [], [Target is ArchLinux])
f975e971 472 M4_DEFINES=-DTARGET_ARCH=1
d7c114c0 473 ;;
f2b4af1c 474 gentoo)
07459bb6
FF
475 SYSTEM_SYSVINIT_PATH=
476 SYSTEM_SYSVRCND_PATH=
f2b4af1c 477 AC_DEFINE(TARGET_GENTOO, [], [Target is Gentoo])
f975e971 478 M4_DEFINES=-DTARGET_GENTOO=1
f2b4af1c 479 ;;
65c8976a
MS
480 slackware)
481 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
65c8976a 482 AC_DEFINE(TARGET_SLACKWARE, [], [Target is Slackware])
f975e971 483 M4_DEFINES=-DTARGET_SLACKWARE=1
65c8976a 484 ;;
f5c88ec1
MV
485 frugalware)
486 SYSTEM_SYSVINIT_PATH=/etc/rc.d
f5c88ec1 487 AC_DEFINE(TARGET_FRUGALWARE, [], [Target is Frugalware])
f975e971 488 M4_DEFINES=-DTARGET_FRUGALWARE=1
e05b415e 489 have_plymouth=yes
f5c88ec1 490 ;;
a338bab5
AS
491 altlinux)
492 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
a338bab5 493 AC_DEFINE(TARGET_ALTLINUX, [], [Target is ALTLinux])
f975e971 494 M4_DEFINES=-DTARGET_ALTLINUX=1
e05b415e 495 have_plymouth=yes
a338bab5 496 ;;
1de4d79b
AB
497 mandriva)
498 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
1de4d79b 499 AC_DEFINE(TARGET_MANDRIVA, [], [Target is Mandriva])
f975e971 500 M4_DEFINES=-DTARGET_MANDRIVA=1
e05b415e 501 have_plymouth=yes
1de4d79b 502 ;;
54e4fdef
CF
503 meego)
504 SYSTEM_SYSVINIT_PATH=
505 SYSTEM_SYSVRCND_PATH=
506 AC_DEFINE(TARGET_MEEGO, [], [Target is MeeGo])
f975e971 507 M4_DEFINES=-DTARGET_MEEGO=1
54e4fdef 508 ;;
1bd8b818
KK
509 angstrom)
510 SYSTEM_SYSVRCND_PATH=/etc
511 AC_DEFINE(TARGET_ANGSTROM, [], [Target is Ångström])
f975e971 512 M4_DEFINES=-DTARGET_ANGSTROM=1
1bd8b818 513 ;;
6fdae8a6
DM
514 mageia)
515 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
516 AC_DEFINE(TARGET_MAGEIA, [], [Target is Mageia])
517 M4_DISTRO_FLAG=-DTARGET_MAGEIA=1
518 have_plymouth=yes
519 ;;
bf024b02 520 other)
0571e011
LP
521 ;;
522 *)
bf024b02 523 AC_MSG_ERROR([Your distribution (${with_distro}) is not yet supported, SysV init scripts could not be found! (patches welcome); you can specify --with-distro=other to skip this check])
0571e011
LP
524 ;;
525esac
526
136337ff
TFH
527AC_ARG_WITH([sysvinit-path],
528 [AS_HELP_STRING([--with-sysvinit-path=PATH],
529 [Specify the path to where the SysV init scripts are located @<:@default=based on distro@:>@])],
530 [SYSTEM_SYSVINIT_PATH="$withval"],
531 [])
532
533AC_ARG_WITH([sysvrcd-path],
534 [AS_HELP_STRING([--with-sysvrcd-path=PATH],
535 [Specify the path to the base directory for the SysV rcN.d directories @<:@default=based on distro@:>@])],
536 [SYSTEM_SYSVRCND_PATH="$withval"],
537 [])
538
0571e011 539AC_SUBST(SYSTEM_SYSVINIT_PATH)
d64b723a 540AC_SUBST(SYSTEM_SYSVRCND_PATH)
f975e971 541AC_SUBST(M4_DEFINES)
0571e011 542
07459bb6
FF
543if test "x${SYSTEM_SYSVINIT_PATH}" != "x" -a "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
544 AC_DEFINE(HAVE_SYSV_COMPAT, [], [SysV init scripts and rcN.d links are supported.])
545 SYSTEM_SYSV_COMPAT="yes"
f975e971 546 M4_DEFINES="$M4_DEFINES -DHAVE_SYSV_COMPAT"
07459bb6
FF
547elif test "x${SYSTEM_SYSVINIT_PATH}" != "x" -o "x${SYSTEM_SYSVRCND_PATH}" != "x"; then
548 AC_MSG_ERROR([*** You need both --with-sysvinit-path=PATH and --with-sysvrcd-path=PATH to enable SysV compatibility support, or both empty to disable it.])
549else
550 SYSTEM_SYSV_COMPAT="no"
551fi
552
bef2733f 553AC_ARG_WITH([tty-gid],
a05ea46d 554 [AS_HELP_STRING([--with-tty-gid=GID],
bef2733f
LP
555 [Specify the numeric GID of the 'tty' group])],
556 [AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
557 [])
558
e05b415e
HG
559AC_ARG_ENABLE(plymouth, AS_HELP_STRING([--enable-plymouth], [enable plymouth support]))
560if test -n "$enable_plymouth"; then
561 have_plymouth="$enable_plymouth"
562fi
563
0571e011
LP
564AM_CONDITIONAL(TARGET_FEDORA, test x"$with_distro" = xfedora)
565AM_CONDITIONAL(TARGET_SUSE, test x"$with_distro" = xsuse)
566AM_CONDITIONAL(TARGET_DEBIAN, test x"$with_distro" = xdebian)
858dae18
AE
567AM_CONDITIONAL(TARGET_UBUNTU, test x"$with_distro" = xubuntu)
568AM_CONDITIONAL(TARGET_DEBIAN_OR_UBUNTU, test x"$with_distro" = xdebian -o x"$with_distro" = xubuntu)
d7c114c0 569AM_CONDITIONAL(TARGET_ARCH, test x"$with_distro" = xarch)
f2b4af1c 570AM_CONDITIONAL(TARGET_GENTOO, test x"$with_distro" = xgentoo)
65c8976a 571AM_CONDITIONAL(TARGET_SLACKWARE, test x"$with_distro" = xslackware)
f5c88ec1 572AM_CONDITIONAL(TARGET_FRUGALWARE, test x"$with_distro" = xfrugalware)
a338bab5 573AM_CONDITIONAL(TARGET_ALTLINUX, test x"$with_distro" = xaltlinux)
1de4d79b 574AM_CONDITIONAL(TARGET_MANDRIVA, test x"$with_distro" = xmandriva)
54e4fdef 575AM_CONDITIONAL(TARGET_MEEGO, test x"$with_distro" = xmeego)
1bd8b818 576AM_CONDITIONAL(TARGET_ANGSTROM, test x"$with_distro" = xangstrom)
6fdae8a6 577AM_CONDITIONAL(TARGET_MAGEIA, test x"$with_distro" = xmageia)
0571e011 578
e05b415e 579AM_CONDITIONAL(HAVE_PLYMOUTH, test "$have_plymouth" = "yes")
cca4aeee 580AM_CONDITIONAL(HAVE_SYSV_COMPAT, test "$SYSTEM_SYSV_COMPAT" = "yes")
cd3f8b7d 581
d2d12cd1
LP
582AC_ARG_WITH([dbuspolicydir],
583 AS_HELP_STRING([--with-dbuspolicydir=DIR], [D-Bus policy directory]),
584 [],
585 [with_dbuspolicydir=`pkg-config --variable=sysconfdir dbus-1`/dbus-1/system.d])
d122948d 586
d2d12cd1
LP
587AC_ARG_WITH([dbussessionservicedir],
588 AS_HELP_STRING([--with-dbussessionservicedir=DIR], [D-Bus session service directory]),
589 [],
590 [with_dbussessionservicedir=`pkg-config --variable=session_bus_services_dir dbus-1`])
d122948d 591
d2d12cd1
LP
592AC_ARG_WITH([dbussystemservicedir],
593 AS_HELP_STRING([--with-dbussystemservicedir=DIR], [D-Bus system service directory]),
594 [],
595 [with_dbussystemservicedir=`pkg-config --variable=session_bus_services_dir dbus-1`/../system-services])
d122948d 596
d2d12cd1
LP
597AC_ARG_WITH([dbusinterfacedir],
598 AS_HELP_STRING([--with-dbusinterfacedir=DIR], [D-Bus interface directory]),
599 [],
600 [with_dbusinterfacedir=`pkg-config --variable=session_bus_services_dir dbus-1`/../interfaces])
d122948d 601
d1ab0ca0 602AC_ARG_WITH([udevrulesdir],
b0cca7d8 603 AS_HELP_STRING([--with-udevrulesdir=DIR], [Directory for udev rules]),
d1ab0ca0 604 [],
8c6db833
LP
605 [with_udevrulesdir=`pkg-config --variable=udevdir udev`/rules.d])
606
b8079ae1
KS
607AC_ARG_WITH([rootprefix],
608 AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
39ad55a9 609 [], [with_rootprefix=${ac_default_prefix}])
d2d12cd1 610
ae446765
KS
611AC_ARG_WITH([rootlibdir],
612 AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),
613 [],
614 [with_rootlibdir=${libdir}])
615
9d3203b4 616AC_ARG_WITH([pamlibdir],
b0cca7d8 617 AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]),
9d3203b4
KS
618 [],
619 [with_pamlibdir=${with_rootlibdir}/security])
620
d2d12cd1
LP
621AC_SUBST([dbuspolicydir], [$with_dbuspolicydir])
622AC_SUBST([dbussessionservicedir], [$with_dbussessionservicedir])
623AC_SUBST([dbussystemservicedir], [$with_dbussystemservicedir])
624AC_SUBST([dbusinterfacedir], [$with_dbusinterfacedir])
625AC_SUBST([udevrulesdir], [$with_udevrulesdir])
8c6db833 626AC_SUBST([pamlibdir], [$with_pamlibdir])
b8079ae1 627AC_SUBST([rootprefix], [$with_rootprefix])
ae446765 628AC_SUBST([rootlibdir], [$with_rootlibdir])
8c4a3079 629
1c7dde3e 630AC_CONFIG_FILES([Makefile po/Makefile.in])
a45a909f 631AC_OUTPUT
ae446765 632AC_MSG_RESULT([
0571e011
LP
633 $PACKAGE_NAME $VERSION
634
2c696a96 635 Distribution: ${with_distro}
07459bb6 636 SysV compatibility: ${SYSTEM_SYSV_COMPAT}
0571e011
LP
637 SysV init scripts: ${SYSTEM_SYSVINIT_PATH}
638 SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH}
a9b5b032 639 Gtk: ${have_gtk}
7f4e0805 640 libcryptsetup: ${have_libcryptsetup}
5b6319dc
LP
641 tcpwrap: ${have_tcpwrap}
642 PAM: ${have_pam}
12716238
LP
643 AUDIT: ${have_audit}
644 SELinux: ${have_selinux}
807e17f0 645 XZ: ${have_xz}
5eda94dd 646 ACL: ${have_acl}
27669061 647 binfmt: ${have_binfmt}
e5e83e83
LP
648 vconsole: ${have_vconsole}
649 readahead: ${have_readahead}
4de85612
LP
650 quotacheck: ${have_quotacheck}
651 randomseed: ${have_randomseed}
2a018e83 652 logind: ${have_logind}
b2e9fb99 653 hostnamed: ${have_hostnamed}
f47cd184 654 timedated: ${have_timedated}
4cd1eaa5 655 localed: ${have_localed}
f5e04665 656 coredump: ${have_coredump}
e05b415e 657 plymouth: ${have_plymouth}
8c4a3079 658 prefix: ${prefix}
b8079ae1 659 rootprefix: ${with_rootprefix}
fbe224e2 660 libexec dir: ${libexecdir}
ae446765
KS
661 lib dir: ${libdir}
662 rootlib dir: ${with_rootlibdir}
8c6db833 663 pam modules dir: ${with_pamlibdir}
ae446765 664 udev rules dir: ${with_udevrulesdir}
d2d12cd1
LP
665 dbus policy dir: ${with_dbuspolicydir}
666 dbus session dir: ${with_dbussessionservicedir}
667 dbus system dir: ${with_dbussystemservicedir}
668 dbus interfaces dir: ${with_dbusinterfacedir}
ae446765 669])