4 m4_define([dbus_major_version], [1])
5 m4_define([dbus_minor_version], [4])
6 m4_define([dbus_micro_version], [1])
7 m4_define([dbus_version],
8 [dbus_major_version.dbus_minor_version.dbus_micro_version])
9 AC_INIT(dbus, [dbus_version])
15 AC_CONFIG_MACRO_DIR([m4])
17 AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])
18 AM_CONFIG_HEADER(config.h)
21 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
23 GETTEXT_PACKAGE=dbus-1
24 AC_SUBST(GETTEXT_PACKAGE)
25 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the gettext domain])
27 ## must come before we use the $USE_MAINTAINER_MODE variable later
30 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
32 AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
34 # libtool versioning - this applies to libdbus
36 # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
39 ## increment if the interface has additions, changes, removals.
42 ## increment any time the source changes; set to
43 ## 0 if you increment CURRENT
46 ## increment if any interfaces have been added; set to 0
47 ## if any interfaces have been changed or removed. removal has
48 ## precedence over adding, so set to 0 if both happened.
55 DBUS_MAJOR_VERSION=dbus_major_version
56 DBUS_MINOR_VERSION=dbus_minor_version
57 DBUS_MICRO_VERSION=dbus_micro_version
58 DBUS_VERSION=dbus_major_version.dbus_minor_version.dbus_micro_version
60 AC_SUBST(DBUS_MAJOR_VERSION)
61 AC_SUBST(DBUS_MINOR_VERSION)
62 AC_SUBST(DBUS_MICRO_VERSION)
63 AC_SUBST(DBUS_VERSION)
68 AC_USE_SYSTEM_EXTENSIONS
75 # Set some internal variables depending on the platform for later use.
96 # Special defines for certain platforms
97 if test "$dbus_win" = yes; then
98 AC_DEFINE(DBUS_WIN,1,[Defined if we run on a W32 API based system])
99 BUILD_TIMESTAMP=`date --iso-8601=minutes`
100 AC_SUBST(BUILD_TIMESTAMP)
101 # Assume DBUS_VERSION is always three numbers
102 BUILD_FILEVERSION=`echo "$DBUS_VERSION" | sed -e 's/\./,/g'`,0
103 AC_SUBST(BUILD_FILEVERSION)
104 AC_CHECK_TOOL(WINDRES, windres, no)
105 if test "$WINDRES" = no; then
106 AC_MSG_ERROR([*** Could not find an implementation of windres in your PATH.])
108 if test "$dbus_wince" = yes; then
109 AC_DEFINE(DBUS_WINCE,1,[Defined if we run on a W32 CE API based system])
110 AC_DEFINE(_WIN32_WCE, 0x0502, [Defined to get newer W32 CE APIs])
113 AC_DEFINE(DBUS_UNIX,1,[Defined if we run on a Unix-based system])
115 if test "$dbus_cygwin" = yes; then
116 AC_DEFINE(DBUS_CYGWIN,1,[Defined if we run on a cygwin API based system])
119 AM_CONDITIONAL(DBUS_WIN, test "$dbus_win" = yes)
120 AM_CONDITIONAL(DBUS_WINCE, test "$dbus_wince" = yes)
121 AM_CONDITIONAL(DBUS_UNIX, test "$dbus_unix" = yes)
122 AM_CONDITIONAL(DBUS_CYGWIN, test "$dbus_cygwin" = yes)
124 AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-tests],[enable unit test code]),enable_tests=$enableval,enable_tests=$USE_MAINTAINER_MODE)
125 AC_ARG_ENABLE(ansi, AS_HELP_STRING([--enable-ansi],[enable -ansi -pedantic gcc flags]),enable_ansi=$enableval,enable_ansi=no)
126 AC_ARG_ENABLE(verbose-mode, AS_HELP_STRING([--enable-verbose-mode],[support verbose debug mode]),enable_verbose_mode=$enableval,enable_verbose_mode=$USE_MAINTAINER_MODE)
127 AC_ARG_ENABLE(asserts, AS_HELP_STRING([--enable-asserts],[include assertion checks]),enable_asserts=$enableval,enable_asserts=$USE_MAINTAINER_MODE)
128 AC_ARG_ENABLE(checks, AS_HELP_STRING([--enable-checks],[include sanity checks on public API]),enable_checks=$enableval,enable_checks=yes)
129 AC_ARG_ENABLE(xml-docs, AS_HELP_STRING([--enable-xml-docs],[build XML documentation (requires xmlto)]),enable_xml_docs=$enableval,enable_xml_docs=auto)
130 AC_ARG_ENABLE(doxygen-docs, AS_HELP_STRING([--enable-doxygen-docs],[build DOXYGEN documentation (requires Doxygen)]),enable_doxygen_docs=$enableval,enable_doxygen_docs=auto)
131 AC_ARG_ENABLE(gcov, AS_HELP_STRING([--enable-gcov],[compile with coverage profiling instrumentation (gcc only)]),enable_gcov=$enableval,enable_gcov=no)
132 AC_ARG_ENABLE(abstract-sockets, AS_HELP_STRING([--enable-abstract-sockets],[use abstract socket namespace (linux only)]),enable_abstract_sockets=$enableval,enable_abstract_sockets=auto)
133 AC_ARG_ENABLE(selinux, AS_HELP_STRING([--enable-selinux],[build with SELinux support]),enable_selinux=$enableval,enable_selinux=auto)
134 AC_ARG_ENABLE(libaudit,AS_HELP_STRING([--enable-libaudit],[build audit daemon support for SELinux]),enable_libaudit=$enableval,enable_libaudit=auto)
135 AC_ARG_ENABLE(dnotify, AS_HELP_STRING([--enable-dnotify],[build with dnotify support (linux only)]),enable_dnotify=$enableval,enable_dnotify=auto)
136 AC_ARG_ENABLE(inotify, AS_HELP_STRING([--enable-inotify],[build with inotify support (linux only)]),enable_inotify=$enableval,enable_inotify=auto)
137 AC_ARG_ENABLE(kqueue, AS_HELP_STRING([--enable-kqueue],[build with kqueue support]),enable_kqueue=$enableval,enable_kqueue=auto)
138 AC_ARG_ENABLE(console-owner-file, AS_HELP_STRING([--enable-console-owner-file],[enable console owner file]),enable_console_owner_file=$enableval,enable_console_owner_file=auto)
139 AC_ARG_ENABLE(userdb-cache, AS_HELP_STRING([--enable-userdb-cache],[build with userdb-cache support]),enable_userdb_cache=$enableval,enable_userdb_cache=yes)
141 AC_ARG_WITH(xml, AS_HELP_STRING([--with-xml=[libxml/expat]],[XML library to use]))
142 AC_ARG_WITH(init-scripts, AS_HELP_STRING([--with-init-scripts=[redhat]],[Style of init scripts to install]))
143 AC_ARG_WITH(session-socket-dir, AS_HELP_STRING([--with-session-socket-dir=[dirname]],[Where to put sockets for the per-login-session message bus]))
144 AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put sockets for make check]))
145 AC_ARG_WITH(system-pid-file, AS_HELP_STRING([--with-system-pid-file=[pidfile]],[PID file for systemwide daemon]))
146 AC_ARG_WITH(system-socket, AS_HELP_STRING([--with-system-socket=[filename]],[UNIX domain socket for systemwide daemon]))
147 AC_ARG_WITH(console-auth-dir, AS_HELP_STRING([--with-console-auth-dir=[dirname]],[directory to check for console ownerhip]))
148 AC_ARG_WITH(console-owner-file, AS_HELP_STRING([--with-console-owner-file=[filename]],[file whose owner determines current console owner]))
149 AC_ARG_WITH(dbus_user, AS_HELP_STRING([--with-dbus-user=<user>],[User for running the DBUS daemon (messagebus)]))
150 AC_ARG_WITH(dbus_daemondir, AS_HELP_STRING([--with-dbus-daemondir=[dirname]],[Directory for installing the DBUS daemon]))
152 dnl DBUS_BUILD_TESTS controls unit tests built in to .c files
153 dnl and also some stuff in the test/ subdir
154 AM_CONDITIONAL(DBUS_BUILD_TESTS, test x$enable_tests = xyes)
155 if test x$enable_tests = xyes; then
156 AC_DEFINE(DBUS_BUILD_TESTS,1,[Build test code])
159 if test x$enable_verbose_mode = xyes; then
160 AC_DEFINE(DBUS_ENABLE_VERBOSE_MODE,1,[Support a verbose mode])
163 if test x$enable_asserts = xno; then
164 AC_DEFINE(DBUS_DISABLE_ASSERT,1,[Disable assertion checking])
165 AC_DEFINE(G_DISABLE_ASSERT,1,[Disable GLib assertion macros])
168 # -rdynamic is needed for glibc's backtrace_symbols to work.
169 # No clue how much overhead this adds, but it's useful
170 # to do this on any assertion failure,
171 # so for now it's enabled anytime asserts are (currently not
172 # in production builds).
174 # To get -rdynamic you pass -export-dynamic to libtool.
175 AC_DEFINE(DBUS_BUILT_R_DYNAMIC,1,[whether -export-dynamic was passed to libtool])
176 R_DYNAMIC_LDFLAG=-export-dynamic
178 AC_SUBST(R_DYNAMIC_LDFLAG)
180 if test x$enable_checks = xno; then
181 AC_DEFINE(DBUS_DISABLE_CHECKS,1,[Disable public API sanity checking])
182 AC_DEFINE(G_DISABLE_CHECKS,1,[Disable GLib public API sanity checking])
185 if test x$enable_userdb_cache = xyes; then
186 AC_DEFINE(DBUS_ENABLE_USERDB_CACHE,1,[Build with caching of user data])
189 if test x$enable_gcov = xyes; then
190 ## so that config.h changes when you toggle gcov support
191 AC_DEFINE_UNQUOTED(DBUS_GCOV_ENABLED, 1, [Defined if gcov is enabled to force a rebuild due to config.h changing])
193 AC_MSG_CHECKING([for gcc 3.3 version of gcov file format])
195 AC_RUN_IFELSE( [AC_LANG_PROGRAM( , [[ if (__GNUC__ >=3 && __GNUC_MINOR__ >= 3) exit (0); else exit (1); ]])],
197 if test x$have_gcc33_gcov = xyes ; then
198 AC_DEFINE_UNQUOTED(DBUS_HAVE_GCC33_GCOV, 1, [Defined if we have gcc 3.3 and thus the new gcov format])
200 AC_MSG_RESULT($have_gcc33_gcov)
202 AM_CONDITIONAL(DBUS_GCOV_ENABLED, test x$enable_gcov = xyes)
204 # glibc21.m4 serial 3
205 dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc.
206 dnl This file is free software; the Free Software Foundation
207 dnl gives unlimited permission to copy and/or distribute it,
208 dnl with or without modifications, as long as this notice is preserved.
210 # Test for the GNU C Library, version 2.1 or newer.
213 AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
214 ac_cv_gnu_library_2_1,
215 [AC_EGREP_CPP([Lucky GNU user],
217 #include <features.h>
218 #ifdef __GNU_LIBRARY__
219 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
224 ac_cv_gnu_library_2_1=yes,
225 ac_cv_gnu_library_2_1=no)
231 AC_CHECK_SIZEOF(char)
232 AC_CHECK_SIZEOF(short)
233 AC_CHECK_SIZEOF(long)
235 AC_CHECK_SIZEOF(void *)
236 AC_CHECK_SIZEOF(long long)
237 AC_CHECK_SIZEOF(__int64)
239 ### See what our 64 bit type is called
240 AC_MSG_CHECKING([64-bit integer type])
245 dbusint64_constant='(val)'
246 dbusuint64_constant='(val)'
247 dbusint64_printf_modifier='""'
251 dbusint64_constant='(val##L)'
252 dbusuint64_constant='(val##UL)'
253 dbusint64_printf_modifier='"l"'
255 $ac_cv_sizeof_long_long)
256 dbusint64='long long'
257 dbusint64_constant='(val##LL)'
258 dbusuint64_constant='(val##ULL)'
259 # Ideally we discover what the format is, but this is
260 # only used in verbose mode, so eh...
261 if test x"$ac_cv_gnu_library_2_1" = xyes; then
262 dbusint64_printf_modifier='"ll"'
265 $ac_cv_sizeof___int64)
267 dbusint64_constant='(val##i64)'
268 dbusuint64_constant='(val##ui64)'
270 if test x"$ac_cv_gnu_library_2_1" = xyes; then
271 dbusint64_printf_modifier='"ll"'
276 if test -z "$dbusint64" ; then
277 DBUS_INT64_TYPE="no_int64_type_detected"
280 DBUS_UINT64_CONSTANT=
281 AC_MSG_RESULT([none found])
283 DBUS_INT64_TYPE="$dbusint64"
285 DBUS_INT64_CONSTANT="$dbusint64_constant"
286 DBUS_UINT64_CONSTANT="$dbusuint64_constant"
287 if test x"$dbusint64_printf_modifier" != x; then
288 AC_DEFINE_UNQUOTED(DBUS_INT64_PRINTF_MODIFIER, [$dbusint64_printf_modifier], [Define to printf modifier for 64 bit integer type])
290 AC_MSG_RESULT($DBUS_INT64_TYPE)
293 AC_SUBST(DBUS_INT64_TYPE)
294 AC_SUBST(DBUS_INT64_CONSTANT)
295 AC_SUBST(DBUS_UINT64_CONSTANT)
296 AC_SUBST(DBUS_HAVE_INT64)
298 ### see what 32-bit int is called
299 AC_MSG_CHECKING([32-bit integer type])
313 if test -z "$dbusint32" ; then
314 DBUS_INT32_TYPE="no_int32_type_detected"
315 AC_MSG_ERROR([No 32-bit integer type found])
317 DBUS_INT32_TYPE="$dbusint32"
318 AC_MSG_RESULT($DBUS_INT32_TYPE)
321 AC_SUBST(DBUS_INT32_TYPE)
323 ### see what 16-bit int is called
324 AC_MSG_CHECKING([16-bit integer type])
335 if test -z "$dbusint16" ; then
336 DBUS_INT16_TYPE="no_int16_type_detected"
337 AC_MSG_ERROR([No 16-bit integer type found])
339 DBUS_INT16_TYPE="$dbusint16"
340 AC_MSG_RESULT($DBUS_INT16_TYPE)
343 AC_SUBST(DBUS_INT16_TYPE)
348 # check at compile-time, so that it is possible to build universal
349 # (with multiple architectures at once on the compile line)
350 AH_VERBATIM([WORDS_BIGENDIAN_DARWIN], [
351 /* Use the compiler-provided endianness defines to allow universal compiling. */
352 #if defined(__BIG_ENDIAN__)
353 #define WORDS_BIGENDIAN 1
362 dnl **********************************
363 dnl *** va_copy checks (from GLib) ***
364 dnl **********************************
365 dnl we currently check for all three va_copy possibilities, so we get
366 dnl all results in config.log for bug reports.
367 AC_CACHE_CHECK([for an implementation of va_copy()],dbus_cv_va_copy,[
368 AC_LINK_IFELSE([#include <stdarg.h>
370 static void f (int i, ...) {
371 va_list args1, args2;
373 va_copy (args2, args1);
374 if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
376 va_end (args1); va_end (args2);
382 [dbus_cv_va_copy=yes],
383 [dbus_cv_va_copy=no])
385 AC_CACHE_CHECK([for an implementation of __va_copy()],dbus_cv___va_copy,[
386 AC_LINK_IFELSE([#include <stdarg.h>
388 static void f (int i, ...) {
389 va_list args1, args2;
391 __va_copy (args2, args1);
392 if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
394 va_end (args1); va_end (args2);
400 [dbus_cv___va_copy=yes],
401 [dbus_cv___va_copy=no])
404 if test "x$dbus_cv_va_copy" = "xyes"; then
405 dbus_va_copy_func=va_copy
406 else if test "x$dbus_cv___va_copy" = "xyes"; then
407 dbus_va_copy_func=__va_copy
411 if test -n "$dbus_va_copy_func"; then
412 AC_DEFINE_UNQUOTED(DBUS_VA_COPY,$dbus_va_copy_func,[A 'va_copy' style function])
416 AC_CACHE_CHECK([whether va_lists can be copied by value],
418 [AC_RUN_IFELSE([AC_LANG_PROGRAM(
424 static void f (int i, ...) {
425 va_list args1, args2;
428 if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
430 va_end (args1); va_end (args2);
437 [dbus_cv_va_val_copy=yes],
438 [dbus_cv_va_val_copy=no],
439 [dbus_cv_va_val_copy=yes])
443 if test "x$dbus_cv_va_val_copy" = "xno"; then
444 AC_DEFINE(DBUS_VA_COPY_AS_ARRAY,1, ['va_lists' cannot be copies as values])
450 AC_CACHE_CHECK([whether $CC knows __sync_sub_and_fetch()],
451 dbus_cv_sync_sub_and_fetch,
453 AC_LANG_PROGRAM([], [[int a = 4; int b = __sync_sub_and_fetch(&a, 4); exit(b); ]]),
454 [dbus_cv_sync_sub_and_fetch=yes],
455 [dbus_cv_sync_sub_and_fetch=no])
458 if test "x$dbus_cv_sync_sub_and_fetch" = "xyes" ; then
464 AC_DEFINE_UNQUOTED([DBUS_USE_SYNC], [$have_sync], [Use the gcc __sync extension])
466 #### Various functions
467 AC_SEARCH_LIBS(socket,[socket network])
468 AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
470 AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll setlocale localeconv strtoll strtoull)
472 #### Check for broken poll; taken from Glib's configure
474 AC_MSG_CHECKING([for broken poll])
475 AC_RUN_IFELSE([AC_LANG_SOURCE([[
479 #ifdef HAVE_SYS_POLL_H
480 #include <sys/poll.h>
483 struct pollfd fds[1];
485 fd = open("/dev/null", 1);
487 fds[0].events = POLLIN;
489 if (poll(fds, 1, 0) < 0 || (fds[0].revents & POLLNVAL) != 0) {
490 exit(1); /* Does not work for devices -- fail */
496 AC_DEFINE(BROKEN_POLL,1,[poll doesn't work on devices])],
497 [broken_poll="no (cross compiling)"])
498 AC_MSG_RESULT($broken_poll)
500 AC_MSG_CHECKING(for dirfd)
502 #include <sys/types.h>
510 dbus_have_dirfd=yes, dbus_have_dirfd=no)
511 AC_MSG_RESULT($dbus_have_dirfd)
512 if test "$dbus_have_dirfd" = yes; then
513 AC_DEFINE(HAVE_DIRFD,1,[Have dirfd function])
515 AC_MSG_CHECKING(for DIR *dirp->dd_fd)
517 #include <sys/types.h>
526 dbus_have_ddfd=yes, dbus_have_ddfd=no)
527 AC_MSG_RESULT($dbus_have_ddfd)
528 if test "$dbus_have_ddfd" = yes; then
529 AC_DEFINE(HAVE_DDFD,1,[Have the ddfd member of DIR])
533 AC_CHECK_HEADERS(dirent.h)
535 AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
537 AC_CHECK_HEADERS(errno.h)
539 AC_CHECK_HEADERS(signal.h)
541 AC_CHECK_HEADERS(locale.h)
543 AC_CHECK_HEADERS(byteswap.h)
545 AC_CHECK_HEADERS(unistd.h)
547 AC_CHECK_HEADERS(ws2tcpip.h)
549 AC_CHECK_HEADERS(wspiapi.h)
551 # Add -D_POSIX_PTHREAD_SEMANTICS if on Solaris
555 CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS" ;;
558 # checking for a posix version of getpwnam_r
559 # if we are cross compiling and can not run the test
560 # assume getpwnam_r is the posix version
561 # it is up to the person cross compiling to change
562 # this behavior if desired
564 AC_CACHE_CHECK([for posix getpwnam_r],
565 ac_cv_func_posix_getpwnam_r,
566 [AC_RUN_IFELSE([AC_LANG_PROGRAM(
573 struct passwd pwd, *pwptr = &pwd;
576 error = getpwnam_r ("", &pwd, buffer,
577 sizeof (buffer), &pwptr);
578 return (error < 0 && errno == ENOSYS)
581 [ac_cv_func_posix_getpwnam_r=yes],
582 [ac_cv_func_posix_getpwnam_r=no],
583 [ac_cv_func_posix_getpwnam_r=yes]
587 if test "$ac_cv_func_posix_getpwnam_r" = yes; then
588 AC_DEFINE(HAVE_POSIX_GETPWNAM_R,1,
589 [Have POSIX function getpwnam_r])
591 AC_CACHE_CHECK([for nonposix getpwnam_r],
592 ac_cv_func_nonposix_getpwnam_r,
593 [AC_TRY_LINK([#include <pwd.h>],
596 getpwnam_r ("", &pwd, buffer,
598 [ac_cv_func_nonposix_getpwnam_r=yes],
599 [ac_cv_func_nonposix_getpwnam_r=no])])
600 if test "$ac_cv_func_nonposix_getpwnam_r" = yes; then
601 AC_DEFINE(HAVE_NONPOSIX_GETPWNAM_R,1,
602 [Have non-POSIX function getpwnam_r])
606 dnl check for socklen_t
607 AC_MSG_CHECKING(whether socklen_t is defined)
609 #include <sys/types.h>
610 #include <sys/socket.h>
615 ],dbus_have_socklen_t=yes,dbus_have_socklen_t=no)
616 AC_MSG_RESULT($dbus_have_socklen_t)
618 if test "x$dbus_have_socklen_t" = "xyes"; then
619 AC_DEFINE(HAVE_SOCKLEN_T,1,[Have socklen_t type])
622 dnl check for writev header and writev function so we're
623 dnl good to go if HAVE_WRITEV gets defined.
624 AC_CHECK_HEADERS(sys/uio.h, [AC_CHECK_FUNCS(writev)])
626 dnl needed on darwin for NAME_MAX
627 AC_CHECK_HEADERS(sys/syslimits.h)
629 dnl Make it easy to check if we have MSG_NOSIGNAL without actually having to include sys/socket.h
630 AC_CHECK_DECLS([MSG_NOSIGNAL], [], [], [[ #include <sys/socket.h> ]])
632 dnl check for flavours of varargs macros (test from GLib)
633 AC_MSG_CHECKING(for ISO C99 varargs macros in C)
635 int a(int p1, int p2, int p3);
636 #define call_a(...) a(1,__VA_ARGS__)
638 ],dbus_have_iso_c_varargs=yes,dbus_have_iso_c_varargs=no)
639 AC_MSG_RESULT($dbus_have_iso_c_varargs)
641 AC_MSG_CHECKING(for GNUC varargs macros)
643 int a(int p1, int p2, int p3);
644 #define call_a(params...) a(1,params)
646 ],dbus_have_gnuc_varargs=yes,dbus_have_gnuc_varargs=no)
647 AC_MSG_RESULT($dbus_have_gnuc_varargs)
649 dnl Output varargs tests
650 if test x$dbus_have_iso_c_varargs = xyes; then
651 AC_DEFINE(HAVE_ISO_VARARGS,1,[Have ISO C99 varargs macros])
653 if test x$dbus_have_gnuc_varargs = xyes; then
654 AC_DEFINE(HAVE_GNUC_VARARGS,1,[Have GNU-style varargs macros])
657 dnl Check for various credentials.
658 AC_MSG_CHECKING(for struct cmsgcred)
660 #include <sys/types.h>
661 #include <sys/socket.h>
663 struct cmsgcred cred;
666 ],dbus_have_struct_cmsgcred=yes,dbus_have_struct_cmsgcred=no)
667 AC_MSG_RESULT($dbus_have_struct_cmsgcred)
669 if test x$dbus_have_struct_cmsgcred = xyes; then
670 AC_DEFINE(HAVE_CMSGCRED,1,[Have cmsgcred structure])
673 AC_CHECK_FUNCS(getpeerucred getpeereid)
675 AC_CHECK_FUNCS(pipe2 accept4)
677 #### Abstract sockets
679 if test x$enable_abstract_sockets = xauto; then
682 AC_CACHE_CHECK([abstract socket namespace],
683 ac_cv_have_abstract_sockets,
684 [AC_RUN_IFELSE([AC_LANG_PROGRAM(
686 #include <sys/types.h>
690 #include <sys/socket.h>
696 struct sockaddr_un addr;
698 listen_fd = socket (PF_UNIX, SOCK_STREAM, 0);
702 fprintf (stderr, "socket() failed: %s\n", strerror (errno));
706 memset (&addr, '\0', sizeof (addr));
707 addr.sun_family = AF_UNIX;
708 strcpy (addr.sun_path, "X/tmp/dbus-fake-socket-path-used-in-configure-test");
709 addr.sun_path[0] = '\0'; /* this is what makes it abstract */
711 if (bind (listen_fd, (struct sockaddr*) &addr, SUN_LEN (&addr)) < 0)
713 fprintf (stderr, "Abstract socket namespace bind() failed: %s\n",
720 [ac_cv_have_abstract_sockets=yes],
721 [ac_cv_have_abstract_sockets=no],
723 ac_cv_have_abstract_sockets=no
727 if test x$warn_on_xcompile = xyes ; then
728 AC_MSG_WARN([Cannot check for abstract sockets when cross-compiling, please use --enable-abstract-sockets])
733 if test x$enable_abstract_sockets = xyes; then
734 if test x$ac_cv_have_abstract_sockets = xno; then
735 AC_MSG_ERROR([Abstract sockets explicitly required, and support not detected.])
739 if test x$enable_abstract_sockets = xno; then
740 ac_cv_have_abstract_sockets=no;
743 if test x$ac_cv_have_abstract_sockets = xyes ; then
744 DBUS_PATH_OR_ABSTRACT=abstract
745 AC_DEFINE(HAVE_ABSTRACT_SOCKETS,1,[Have abstract socket namespace])
747 DBUS_PATH_OR_ABSTRACT=path
750 # this is used in addresses to prefer abstract, e.g.
751 # unix:path=/foo or unix:abstract=/foo
752 AC_SUBST(DBUS_PATH_OR_ABSTRACT)
756 #### Sort out XML library
759 AC_CHECK_LIB(expat, XML_ParserCreate_MM,
760 [ AC_CHECK_HEADERS(expat.h, have_expat=true, have_expat=false) ],
763 # see what we want to use
764 dbus_use_libxml=false
766 if test x$with_xml = xexpat; then
767 if ! $have_expat ; then
768 AC_MSG_ERROR([Explicitly requested expat but expat not found])
771 elif test x$with_xml = xlibxml; then
772 PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= 2.6.0, have_libxml=true, have_libxml=false)
773 if ! $have_libxml ; then
774 AC_MSG_ERROR([Explicitly requested libxml but libxml not found])
778 ### expat is the default because libxml can't currently survive
779 ### our brutal OOM-handling unit test setup.
780 ### http://bugzilla.gnome.org/show_bug.cgi?id=109368
781 if test x$have_expat = xfalse; then
782 AC_MSG_ERROR([Could not find expat.h, check config.log for failed attempts])
784 ### By default, only use Expat since it's tested and known to work. If you're a
785 ### general-purpose OS vendor, please don't enable libxml. For embedded use
786 ### if your OS is built around libxml, that's another case.
790 AM_CONDITIONAL(DBUS_USE_EXPAT, $dbus_use_expat)
791 AM_CONDITIONAL(DBUS_USE_LIBXML, $dbus_use_libxml)
793 if $dbus_use_expat; then
797 if $dbus_use_libxml; then
798 XML_LIBS=$LIBXML_LIBS
799 XML_CFLAGS=$LIBXML_CFLAGS
802 # Thread lib detection
803 AC_CHECK_FUNC(pthread_cond_timedwait,[AC_CHECK_LIB(pthread,pthread_cond_timedwait,
804 [THREAD_LIBS="-lpthread"])])
806 LIBS="$LIBS $THREAD_LIBS"
807 AC_CHECK_FUNC(pthread_condattr_setclock,have_pthread_condattr_setclock=true,have_pthread_condattr_setclock=false)
808 if test x$have_pthread_condattr_setclock = xtrue; then
809 AC_SEARCH_LIBS([clock_getres],[rt],[THREAD_LIBS="$THREAD_LIBS -lrt"])
810 AC_MSG_CHECKING([for CLOCK_MONOTONIC])
811 AC_TRY_COMPILE([#include <time.h>
814 struct timespec monotonic_timer;
815 pthread_condattr_t attr;
816 pthread_condattr_init (&attr);
817 pthread_condattr_setclock (&attr, CLOCK_MONOTONIC);
818 clock_getres (CLOCK_MONOTONIC,&monotonic_timer);
819 ], have_clock_monotonic=true, have_clock_monotonic=false)
820 if test x$have_clock_monotonic = xtrue; then
821 AC_MSG_RESULT([found])
822 AC_DEFINE(HAVE_MONOTONIC_CLOCK, 1, [Define if we have CLOCK_MONOTONIC])
824 AC_MSG_RESULT([not found])
830 if test x$enable_selinux = xno ; then
833 # See if we have SELinux library
834 AC_CHECK_LIB(selinux, is_selinux_enabled,
835 have_selinux=yes, have_selinux=no)
837 # see if we have the SELinux header with the new D-Bus stuff in it
838 if test x$have_selinux = xyes ; then
839 AC_MSG_CHECKING([for DBUS Flask permissions in selinux/av_permissions.h])
840 AC_TRY_COMPILE([#include <selinux/av_permissions.h>],
841 [#ifdef DBUS__ACQUIRE_SVC return 0;
843 #error DBUS__ACQUIRE_SVC not defined
845 have_selinux=yes, have_selinux=no)
846 AC_MSG_RESULT($have_selinux)
849 if test x$enable_selinux = xauto ; then
850 if test x$have_selinux = xno ; then
851 AC_MSG_WARN([Sufficiently new SELinux library not found])
854 if test x$have_selinux = xno ; then
855 AC_MSG_ERROR([SElinux explicitly required, and SELinux library not found])
860 AM_CONDITIONAL(HAVE_SELINUX, test x$have_selinux = xyes)
862 if test x$have_selinux = xyes ; then
863 # the selinux code creates threads
864 # which requires libpthread even on linux
865 AC_CHECK_FUNC(pthread_create,,[AC_CHECK_LIB(pthread,pthread_create,
866 [SELINUX_THREAD_LIBS="-lpthread"])])
868 SELINUX_LIBS="-lselinux $SELINUX_THREAD_LIBS"
869 AC_DEFINE(HAVE_SELINUX,1,[SELinux support])
875 if test x$enable_inotify = xno ; then
878 AC_CHECK_HEADERS(sys/inotify.h, have_inotify=yes, have_inotify=no)
881 dnl check if inotify backend is enabled
882 if test x$have_inotify = xyes; then
883 AC_DEFINE(DBUS_BUS_ENABLE_INOTIFY,1,[Use inotify])
884 AC_CHECK_FUNCS(inotify_init1)
887 AM_CONDITIONAL(DBUS_BUS_ENABLE_INOTIFY, test x$have_inotify = xyes)
890 if test x$enable_dnotify = xno ; then
893 if test x$have_inotify = xno -a x$host_os = xlinux-gnu -o x$host_os = xlinux; then
900 dnl check if dnotify backend is enabled
901 if test x$have_dnotify = xyes; then
902 AC_DEFINE(DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX,1,[Use dnotify on Linux])
905 AM_CONDITIONAL(DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX, test x$have_dnotify = xyes)
908 if test x$enable_kqueue = xno ; then
912 AC_CHECK_HEADER(sys/event.h, , have_kqueue=no)
913 AC_CHECK_FUNC(kqueue, , have_kqueue=no)
915 if test x$enable_kqueue = xyes -a x$have_kqueue = xno; then
916 AC_MSG_ERROR(kqueue support explicitly enabled but not available)
920 dnl check if kqueue backend is enabled
921 if test x$have_kqueue = xyes; then
922 AC_DEFINE(DBUS_BUS_ENABLE_KQUEUE,1,[Use kqueue])
925 AM_CONDITIONAL(DBUS_BUS_ENABLE_KQUEUE, test x$have_kqueue = xyes)
927 dnl console owner file
928 if test x$enable_console_owner_file = xno ; then
929 have_console_owner_file=no;
933 have_console_owner_file=yes;
934 AC_DEFINE(HAVE_CONSOLE_OWNER_FILE,1,[Have console owner file])
937 have_console_owner_file=no;;
941 AM_CONDITIONAL(HAVE_CONSOLE_OWNER_FILE, test x$have_console_owner_file = xyes)
944 if test x$enable_libaudit = xno ; then
947 # See if we have audit daemon & capabilities library
948 AC_CHECK_LIB(audit, audit_log_user_avc_message,
949 have_libaudit=yes, have_libaudit=no)
950 if test x$have_libaudit = xyes ; then
951 AC_CHECK_LIB(cap-ng, capng_clear,
952 have_libaudit=yes, have_libaudit=no)
956 AM_CONDITIONAL(HAVE_LIBAUDIT, test x$have_libaudit = xyes)
958 if test x$have_libaudit = xyes ; then
959 SELINUX_LIBS="$SELINUX_LIBS -laudit -lcap-ng"
960 AC_DEFINE(HAVE_LIBAUDIT,1,[audit daemon SELinux support])
964 AC_MSG_CHECKING(for ADT API)
965 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
967 adt_user_context = ADT_USER;
968 ]], [[]])], [ check_adt_audit=yes ], [ check_adt_audit=no ])
970 if test ${check_adt_audit} = yes
972 AC_DEFINE([HAVE_ADT], [], [Adt audit API])
980 # Check for SCM_RIGHTS
981 AC_MSG_CHECKING([for SCM_RIGHTS])
982 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
983 #include <sys/socket.h>
985 static int x = SCM_RIGHTS;
987 [ AC_MSG_RESULT([supported])
988 AC_DEFINE([HAVE_UNIX_FD_PASSING], [1], [Supports sending UNIX file descriptors]) ],
989 [ AC_MSG_RESULT([not supported]) ])
992 if test x$dbus_win = xyes ; then
993 if test x$dbus_wince = xyes ; then
996 NETWORK_libs="-lws2_32"
1000 #### Set up final flags
1002 DBUS_CLIENT_LIBS="$THREAD_LIBS $NETWORK_libs"
1003 AC_SUBST(DBUS_CLIENT_CFLAGS)
1004 AC_SUBST(DBUS_CLIENT_LIBS)
1006 DBUS_BUS_CFLAGS="$XML_CFLAGS"
1007 DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $INTLLIBS $THREAD_LIBS $ADT_LIBS $NETWORK_libs"
1008 AC_SUBST(DBUS_BUS_CFLAGS)
1009 AC_SUBST(DBUS_BUS_LIBS)
1011 DBUS_LAUNCHER_CFLAGS="$XML_CFLAGS"
1012 DBUS_LAUNCHER_LIBS="$XML_LIBS $THREAD_LIBS $NETWORK_libs"
1013 AC_SUBST(DBUS_LAUNCHER_CFLAGS)
1014 AC_SUBST(DBUS_LAUNCHER_LIBS)
1017 DBUS_TEST_LIBS="$THREAD_LIBS $NETWORK_libs"
1018 AC_SUBST(DBUS_TEST_CFLAGS)
1019 AC_SUBST(DBUS_TEST_LIBS)
1022 if test x$dbus_win = xyes ; then
1027 ## for now enable_x11 just tracks have_x11,
1028 ## there's no --enable-x11
1029 if test x$no_x = xyes ; then
1037 if test x$enable_x11 = xyes ; then
1038 AC_DEFINE(DBUS_BUILD_X11,1,[Build X11-dependent code])
1039 DBUS_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
1040 DBUS_X_CFLAGS="$X_CFLAGS"
1046 AC_SUBST(DBUS_X_CFLAGS)
1047 AC_SUBST(DBUS_X_LIBS)
1051 #### gcc warning flags
1053 cc_supports_flag() {
1054 AC_MSG_CHECKING(whether $CC supports "$@")
1057 $CC -c "$@" ${Cfile}.c -o ${Cfile}.o >/dev/null 2>&1
1059 rm -f ${Cfile}.c ${Cfile}.o
1061 0) AC_MSG_RESULT(yes);;
1062 *) AC_MSG_RESULT(no);;
1067 ld_supports_flag() {
1068 AC_MSG_CHECKING([whether $LD supports "$@"])
1070 int one(void) { return 1; }
1071 int two(void) { return 2; }
1072 ], [ two(); ] , [_ac_ld_flag_supported=yes], [_ac_ld_flag_supported=no])
1074 if test "$_ac_ld_flag_supported" = "yes"; then
1077 if $CC -c conftest.c; then
1078 ld_out=`$LD $@ -o conftest conftest.o 2>&1`
1080 if test $ld_ret -ne 0 ; then
1081 _ac_ld_flag_supported=no
1082 elif echo "$ld_out" | egrep 'option ignored|^usage:|unrecognized option|illegal option' >/dev/null ; then
1083 _ac_ld_flag_supported=no
1086 rm -f conftest.c conftest.o conftest
1089 AC_MSG_RESULT($_ac_ld_flag_supported)
1090 if test "$_ac_ld_flag_supported" = "yes" ; then
1097 # Don't bother with -Werror on Windows for now, too many warnings
1098 if test x$dbus_win != xyes -a x$dbus_cygwin != xyes -a x$USE_MAINTAINER_MODE = xyes; then
1099 if cc_supports_flag "-Werror"; then
1100 CFLAGS="$CFLAGS -Werror"
1104 if test "x$GCC" = "xyes"; then
1107 *[\ \ ]-Wall[\ \ ]*) ;;
1108 *) CFLAGS="$CFLAGS -Wall" ;;
1112 *[\ \ ]-Wchar-subscripts[\ \ ]*) ;;
1113 *) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
1117 *[\ \ ]-Wmissing-declarations[\ \ ]*) ;;
1118 *) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
1122 *[\ \ ]-Wmissing-prototypes[\ \ ]*) ;;
1123 *) CFLAGS="$CFLAGS -Wmissing-prototypes" ;;
1127 *[\ \ ]-Wnested-externs[\ \ ]*) ;;
1128 *) CFLAGS="$CFLAGS -Wnested-externs" ;;
1132 *[\ \ ]-Wpointer-arith[\ \ ]*) ;;
1133 *) CFLAGS="$CFLAGS -Wpointer-arith" ;;
1137 *[\ \ ]-Wcast-align[\ \ ]*) ;;
1138 *) CFLAGS="$CFLAGS -Wcast-align" ;;
1142 *[\ \ ]-Wfloat-equal[\ \ ]*) ;;
1143 *) if cc_supports_flag -Wfloat-equals; then
1144 CFLAGS="$CFLAGS -Wfloat-equal"
1150 *[\ \ ]-Wdeclaration-after-statement[\ \ ]*) ;;
1151 *) if cc_supports_flag -Wdeclaration-after-statement; then
1152 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
1158 *[\ \ ]-fno-common[\ \ ]*) ;;
1159 *) if cc_supports_flag -fno-common; then
1160 CFLAGS="$CFLAGS -fno-common"
1166 *[\ \ ]-fPIC[\ \ ]*) ;;
1167 *) if test x$dbus_win = xno && cc_supports_flag -fPIC; then
1169 if ld_supports_flag -z,relro; then
1170 PIC_LDFLAGS="-Wl,-z,relro"
1177 *[\ \ ]-fPIE[\ \ ]*) ;;
1178 *) if test x$dbus_win = xno && cc_supports_flag -fPIE; then
1180 if ld_supports_flag -z,relro; then
1181 PIE_LDFLAGS="-pie -Wl,-z,relro"
1189 ### Disabled warnings, and compiler flag overrides
1191 # Let's just ignore unused for now
1193 *[\ \ ]-Wno-unused[\ \ ]*) ;;
1194 *) CFLAGS="$CFLAGS -Wno-unused" ;;
1197 # This group is for warnings we currently don't pass.
1198 # We would like to, however. Please fix.
1200 # http://bugs.freedesktop.org/show_bug.cgi?id=17433
1202 *[\ \ ]-Wno-sign-compare[\ \ ]*) ;;
1203 *) CFLAGS="$CFLAGS -Wno-sign-compare" ;;
1206 *[\ \ ]-Wno-pointer-sign[\ \ ]*) ;;
1207 *) if cc_supports_flag -Wno-pointer-sign; then
1208 CFLAGS="$CFLAGS -Wno-pointer-sign"
1213 # This one is special - it's not a warning override.
1214 # http://bugs.freedesktop.org/show_bug.cgi?id=10599
1216 *[\ \ ]-fno-strict-aliasing[\ \ ]*) ;;
1217 *) CFLAGS="$CFLAGS -fno-strict-aliasing" ;;
1219 ### End disabled warnings
1221 if test "x$enable_ansi" = "xyes"; then
1223 *[\ \ ]-ansi[\ \ ]*) ;;
1224 *) CFLAGS="$CFLAGS -ansi" ;;
1228 *[\ \ ]-D_POSIX_C_SOURCE*) ;;
1229 *) CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=199309L" ;;
1233 *[\ \ ]-D_BSD_SOURCE[\ \ ]*) ;;
1234 *) CFLAGS="$CFLAGS -D_BSD_SOURCE" ;;
1238 *[\ \ ]-pedantic[\ \ ]*) ;;
1239 *) CFLAGS="$CFLAGS -pedantic" ;;
1242 if test x$enable_gcov = xyes; then
1244 *[\ \ ]-fprofile-arcs[\ \ ]*) ;;
1245 *) CFLAGS="$CFLAGS -fprofile-arcs" ;;
1248 *[\ \ ]-ftest-coverage[\ \ ]*) ;;
1249 *) CFLAGS="$CFLAGS -ftest-coverage" ;;
1252 ## remove optimization
1253 CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9]*//g'`
1257 if test x$enable_gcov = xyes; then
1258 AC_MSG_ERROR([--enable-gcov can only be used with gcc])
1262 AC_SUBST(PIC_CFLAGS)
1263 AC_SUBST(PIC_LDFLAGS)
1264 AC_SUBST(PIE_CFLAGS)
1265 AC_SUBST(PIE_LDFLAGS)
1267 if ld_supports_flag --gc-sections; then
1268 SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
1269 CFLAGS="-ffunction-sections -fdata-sections $CFLAGS"
1271 AC_SUBST(SECTION_FLAGS)
1272 AC_SUBST(SECTION_LDFLAGS)
1273 AC_MSG_RESULT($ac_gcsections)
1275 # Add -D_POSIX_PTHREAD_SEMANTICS if on Solaris
1279 CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS" ;;
1283 # compress spaces in flags
1284 CFLAGS=`echo "$CFLAGS" | sed -e 's/ +/ /g'`
1285 CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ +/ /g'`
1286 CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/ +/ /g'`
1289 ### Doxygen Documentation
1291 AC_PATH_PROG(DOXYGEN, doxygen, no)
1293 AC_MSG_CHECKING([whether to build Doxygen documentation])
1295 if test x$DOXYGEN = xno ; then
1301 if test x$enable_doxygen_docs = xauto ; then
1302 if test x$have_doxygen = xno ; then
1303 enable_doxygen_docs=no
1305 enable_doxygen_docs=yes
1309 if test x$enable_doxygen_docs = xyes; then
1310 if test x$have_doxygen = xno; then
1311 AC_MSG_ERROR([Building Doxygen docs explicitly required, but Doxygen not found])
1315 AM_CONDITIONAL(DBUS_DOXYGEN_DOCS_ENABLED, test x$enable_doxygen_docs = xyes)
1316 AC_MSG_RESULT($enable_doxygen_docs)
1318 ### XML Documentation
1320 AC_PATH_PROG(XMLTO, xmlto, no)
1322 AC_MSG_CHECKING([whether to build XML documentation])
1324 if test x$XMLTO = xno ; then
1330 if test x$enable_xml_docs = xauto ; then
1331 if test x$have_xmlto = xno ; then
1338 if test x$enable_xml_docs = xyes; then
1339 if test x$have_xmlto = xno; then
1340 AC_MSG_ERROR([Building XML docs explicitly required, but xmlto not found])
1344 AM_CONDITIONAL(DBUS_XML_DOCS_ENABLED, test x$enable_xml_docs = xyes)
1345 AC_MSG_RESULT($enable_xml_docs)
1347 AC_PATH_PROG([MAN2HTML], [man2html])
1348 AC_ARG_VAR([MAN2HTML], [Path to man2html (optional)])
1349 AM_CONDITIONAL(DBUS_HAVE_MAN2HTML, test x$MAN2HTML != x)
1351 #### Have to go $localstatedir->$prefix/var->/usr/local/var
1353 #### find the actual value for $prefix that we'll end up with
1354 ## (I know this is broken and should be done in the Makefile, but
1355 ## that's a major pain and almost nobody actually seems to care)
1356 AS_AC_EXPAND(EXPANDED_PREFIX, "$prefix")
1357 AS_AC_EXPAND(EXPANDED_LOCALSTATEDIR, "$localstatedir")
1358 AS_AC_EXPAND(EXPANDED_SYSCONFDIR, "$sysconfdir")
1359 AS_AC_EXPAND(EXPANDED_BINDIR, "$bindir")
1360 AS_AC_EXPAND(EXPANDED_LIBDIR, "$libdir")
1361 AS_AC_EXPAND(EXPANDED_LIBEXECDIR, "$libexecdir")
1362 AS_AC_EXPAND(EXPANDED_DATADIR, "$datadir")
1364 #### Check our operating system
1365 operating_system=unknown
1366 if test -f /etc/redhat-release || test -f $EXPANDED_SYSCONFDIR/redhat-release ; then
1367 operating_system=redhat
1370 if test -f /etc/slackware-version || test -f $EXPANDED_SYSCONFDIR/slackware-version ; then
1371 operating_system=slackware
1374 if test -f /usr/bin/cygwin1.dll || test -f $EXPANDED_BINDIR/cygwin1.dll ; then
1375 operating_system=cygwin
1378 #### Sort out init scripts
1380 if test x$with_init_scripts = x; then
1381 case x$operating_system in
1382 xredhat) with_init_scripts=redhat ;;
1383 xslackware) with_init_scripts=slackware ;;
1384 xcygwin) with_init_scripts=cygwin ;;
1385 *) with_init_scripts=none ;;
1389 AM_CONDITIONAL(DBUS_INIT_SCRIPTS_RED_HAT, test x$with_init_scripts = xredhat)
1390 AM_CONDITIONAL(DBUS_INIT_SCRIPTS_SLACKWARE, test x$with_init_scripts = xslackware)
1391 AM_CONDITIONAL(DBUS_INIT_SCRIPTS_CYGWIN, test x$with_init_scripts = xcygwin)
1393 ##### systemd unit files
1394 AC_ARG_WITH([systemdsystemunitdir],
1395 AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
1396 [], [with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)])
1397 if test "x$with_systemdsystemunitdir" != xno; then
1398 AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
1400 AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
1402 ##### Set up location for system bus socket
1403 if ! test -z "$with_system_socket"; then
1404 DBUS_SYSTEM_SOCKET=$with_system_socket
1406 DBUS_SYSTEM_SOCKET=${EXPANDED_LOCALSTATEDIR}/run/dbus/system_bus_socket
1409 AC_SUBST(DBUS_SYSTEM_SOCKET)
1410 AC_DEFINE_UNQUOTED(DBUS_SYSTEM_SOCKET,"$DBUS_SYSTEM_SOCKET",[The name of the socket the system bus listens on by default])
1412 ## system bus only listens on local domain sockets, and never
1413 ## on an abstract socket (so only root can create the socket)
1414 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="unix:path=$DBUS_SYSTEM_SOCKET"
1415 AC_SUBST(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS)
1416 AC_DEFINE_UNQUOTED(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS, "$DBUS_SYSTEM_BUS_DEFAULT_ADDRESS",[The default D-Bus address of the system bus])
1418 #### Set up the pid file
1419 if ! test -z "$with_system_pid_file"; then
1420 DBUS_SYSTEM_PID_FILE=$with_system_pid_file
1421 elif test x$with_init_scripts = xredhat ; then
1422 DBUS_SYSTEM_PID_FILE=${EXPANDED_LOCALSTATEDIR}/run/messagebus.pid
1424 DBUS_SYSTEM_PID_FILE=${EXPANDED_LOCALSTATEDIR}/run/dbus/pid
1427 AC_SUBST(DBUS_SYSTEM_PID_FILE)
1429 #### Directory to check for console ownership
1430 if ! test -z "$with_console_auth_dir"; then
1431 DBUS_CONSOLE_AUTH_DIR=$with_console_auth_dir
1433 DBUS_CONSOLE_AUTH_DIR=/var/run/console/
1436 AC_SUBST(DBUS_CONSOLE_AUTH_DIR)
1437 AC_DEFINE_UNQUOTED(DBUS_CONSOLE_AUTH_DIR, "$DBUS_CONSOLE_AUTH_DIR", [Directory to check for console ownerhip])
1439 #### File to check for console ownership
1440 if test x$have_console_owner_file = xyes; then
1441 if ! test -z "$with_console_owner_file"; then
1442 DBUS_CONSOLE_OWNER_FILE=$with_console_owner_file
1444 DBUS_CONSOLE_OWNER_FILE=/dev/console
1447 DBUS_CONSOLE_OWNER_FILE=
1450 AC_SUBST(DBUS_CONSOLE_OWNER_FILE)
1451 AC_DEFINE_UNQUOTED(DBUS_CONSOLE_OWNER_FILE, "$DBUS_CONSOLE_OWNER_FILE", [File to check for console ownerhip])
1453 #### User to start the system bus as
1454 if test -z "$with_dbus_user" ; then
1455 DBUS_USER=messagebus
1457 DBUS_USER=$with_dbus_user
1460 AC_DEFINE_UNQUOTED(DBUS_USER,"$DBUS_USER", [User for running the system BUS daemon])
1462 #### Prefix to install into
1463 DBUS_PREFIX=$EXPANDED_PREFIX
1464 AC_SUBST(DBUS_PREFIX)
1465 AC_DEFINE_UNQUOTED(DBUS_PREFIX,"$DBUS_PREFIX", [Prefix for installing DBUS])
1467 #### Direcotry to install data files into
1468 DBUS_DATADIR=$EXPANDED_DATADIR
1469 AC_SUBST(DBUS_DATADIR)
1470 AC_DEFINE_UNQUOTED(DBUS_DATADIR,"$DBUS_DATADIR", [Directory for installing DBUS data files])
1472 #### Directory to install dbus-daemon
1473 if test -z "$with_dbus_daemondir" ; then
1474 DBUS_DAEMONDIR=$EXPANDED_BINDIR
1476 DBUS_DAEMONDIR=$with_dbus_daemondir
1478 AC_SUBST(DBUS_DAEMONDIR)
1479 AC_DEFINE_UNQUOTED(DBUS_DAEMONDIR,"$DBUS_DAEMONDIR", [Directory for installing the DBUS daemon])
1481 #### Directory to install the other binaries
1482 DBUS_BINDIR="$EXPANDED_BINDIR"
1483 AC_SUBST(DBUS_BINDIR)
1484 AC_DEFINE_UNQUOTED(DBUS_BINDIR,"$DBUS_BINDIR", [Directory for installing the binaries])
1486 #### Directory to install the libexec binaries
1487 DBUS_LIBEXECDIR="$EXPANDED_LIBEXECDIR"
1488 AC_SUBST(DBUS_LIBEXECDIR)
1489 AC_DEFINE_UNQUOTED(DBUS_LIBEXECDIR,"$DBUS_LIBEXECDIR", [Directory for installing the libexec binaries])
1491 #### Tell tests where to find certain stuff in builddir
1494 # Useful in a cross-compilation environment, where the tests are run on the host system.
1495 AC_ARG_WITH(dbus-test-dir, AS_HELP_STRING([--with-dbus-test-dir=[dirname]],[path where the tests tools are available]),
1497 AC_DEFUN([TEST_PATH], [
1498 TEST_$1=${DBUS_PWD}/test/$2
1499 AC_DEFINE_UNQUOTED(TEST_$1, "$TEST_$1",
1500 [Full path to test file test/$2 in builddir])
1503 AC_DEFUN([TEST_PROG], [
1504 TEST_$1=${DBUS_PWD}/test/$2
1505 AC_DEFINE_UNQUOTED(TEST_$1, "$TEST_$1$EXEEXT",
1506 [Full path to test file test/$2 in builddir])
1510 TEST_PATH(VALID_SERVICE_DIR, data/valid-service-files)
1511 TEST_PATH(INVALID_SERVICE_DIR, data/invalid-service-files)
1512 TEST_PATH(VALID_SERVICE_SYSTEM_DIR, data/valid-service-files-system)
1513 TEST_PATH(INVALID_SERVICE_SYSTEM_DIR, data/invalid-service-files-system)
1514 TEST_PROG(SERVICE_BINARY, test-service)
1515 TEST_PROG(SHELL_SERVICE_BINARY, test-shell-service)
1516 TEST_PROG(EXIT_BINARY, test-exit)
1517 TEST_PROG(SEGFAULT_BINARY, test-segfault)
1518 TEST_PROG(SLEEP_FOREVER_BINARY, test-sleep-forever)
1519 TEST_PROG(PRIVSERVER_BINARY, name-test/test-privserver)
1521 AC_DEFINE_UNQUOTED(TEST_BUS_BINARY, "$DBUS_PWD/bus/dbus-daemon$EXEEXT",
1522 [Full path to the daemon in the builddir])
1523 AC_SUBST(TEST_BUS_BINARY)
1525 ## Export the non-setuid external helper
1526 TEST_LAUNCH_HELPER_BINARY="$DBUS_PWD/bus/dbus-daemon-launch-helper-test$EXEEXT"
1527 AC_SUBST(TEST_LAUNCH_HELPER_BINARY)
1528 AC_DEFINE_UNQUOTED(DBUS_TEST_LAUNCH_HELPER_BINARY, "$TEST_LAUNCH_HELPER_BINARY",
1529 [Full path to the launch helper test program in the builddir])
1531 #### Find socket directories
1532 if ! test -z "$TMPDIR" ; then
1533 DEFAULT_SOCKET_DIR=$TMPDIR
1534 elif ! test -z "$TEMP" ; then
1535 DEFAULT_SOCKET_DIR=$TEMP
1536 elif ! test -z "$TMP" ; then
1537 DEFAULT_SOCKET_DIR=$TMP
1539 DEFAULT_SOCKET_DIR=/tmp
1542 if ! test -z "$with_test_socket_dir" ; then
1543 TEST_SOCKET_DIR="$with_test_socket_dir"
1545 TEST_SOCKET_DIR=$DEFAULT_SOCKET_DIR
1547 AC_SUBST(TEST_SOCKET_DIR)
1548 AC_DEFINE_UNQUOTED(DBUS_TEST_SOCKET_DIR, "$TEST_SOCKET_DIR", [Where to put test sockets])
1550 if ! test -z "$with_session_socket_dir" ; then
1551 DBUS_SESSION_SOCKET_DIR="$with_session_socket_dir"
1553 DBUS_SESSION_SOCKET_DIR=$DEFAULT_SOCKET_DIR
1555 AC_DEFINE_UNQUOTED(DBUS_SESSION_SOCKET_DIR, "$DBUS_SESSION_SOCKET_DIR", [Where per-session bus puts its sockets])
1556 AC_SUBST(DBUS_SESSION_SOCKET_DIR)
1558 if test x$dbus_win = xyes; then
1559 DBUS_SESSION_BUS_DEFAULT_ADDRESS="nonce-tcp:"
1561 DBUS_SESSION_BUS_DEFAULT_ADDRESS="unix:tmpdir=$DBUS_SESSION_SOCKET_DIR"
1563 AC_SUBST(DBUS_SESSION_BUS_DEFAULT_ADDRESS)
1565 # darwin needs this to initialize the environment
1566 AC_CHECK_HEADERS(crt_externs.h)
1567 AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
1568 AH_VERBATIM(_DARWIN_ENVIRON,
1570 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
1571 # include <sys/time.h>
1572 # include <crt_externs.h>
1573 # define environ (*_NSGetEnviron())
1580 dbus/dbus-arch-deps.h
1584 bus/messagebus-config
1593 test/name-test/Makefile
1597 test/data/valid-config-files/debug-allow-all.conf
1598 test/data/valid-config-files/debug-allow-all-sha1.conf
1599 test/data/valid-config-files-system/debug-allow-all-pass.conf
1600 test/data/valid-config-files-system/debug-allow-all-fail.conf
1601 test/data/valid-service-files/org.freedesktop.DBus.TestSuite.PrivServer.service
1602 test/data/valid-service-files/org.freedesktop.DBus.TestSuiteEchoService.service
1603 test/data/valid-service-files/org.freedesktop.DBus.TestSuiteForkingEchoService.service
1604 test/data/valid-service-files/org.freedesktop.DBus.TestSuiteSegfaultService.service
1605 test/data/valid-service-files/org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess.service
1606 test/data/valid-service-files/org.freedesktop.DBus.TestSuiteShellEchoServiceFail.service
1607 test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteEchoService.service
1608 test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteSegfaultService.service
1609 test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess.service
1610 test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteShellEchoServiceFail.service
1611 test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoExec.service
1612 test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoUser.service
1613 test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoService.service
1616 dnl ==========================================================================
1621 prefix: ${EXPANDED_PREFIX}
1622 exec_prefix: ${exec_prefix}
1623 libdir: ${EXPANDED_LIBDIR}
1624 libexecdir: ${EXPANDED_LIBEXECDIR}
1625 bindir: ${EXPANDED_BINDIR}
1626 sysconfdir: ${EXPANDED_SYSCONFDIR}
1627 localstatedir: ${EXPANDED_LOCALSTATEDIR}
1628 datadir: ${EXPANDED_DATADIR}
1629 source code location: ${srcdir}
1632 cppflags: ${CPPFLAGS}
1633 cxxflags: ${CXXFLAGS}
1634 64-bit int: ${DBUS_INT64_TYPE}
1635 32-bit int: ${DBUS_INT32_TYPE}
1636 16-bit int: ${DBUS_INT16_TYPE}
1637 Doxygen: ${DOXYGEN:-not found}
1638 xmlto: ${XMLTO:-not found}
1639 man2html: ${MAN2HTML:-not found}"
1642 Maintainer mode: ${USE_MAINTAINER_MODE}
1643 gcc coverage profiling: ${enable_gcov}
1644 Building unit tests: ${enable_tests}
1645 Building verbose mode: ${enable_verbose_mode}
1646 Building assertions: ${enable_asserts}
1647 Building checks: ${enable_checks}
1648 Building SELinux support: ${have_selinux}
1649 Building inotify support: ${have_inotify}
1650 Building dnotify support: ${have_dnotify}
1651 Building kqueue support: ${have_kqueue}
1652 Building X11 code: ${enable_x11}
1653 Building Doxygen docs: ${enable_doxygen_docs}
1654 Building XML docs: ${enable_xml_docs}
1655 Building cache support: ${enable_userdb_cache}
1656 Gettext libs (empty OK): ${INTLLIBS}
1657 Using XML parser: ${with_xml}
1658 Init scripts style: ${with_init_scripts}
1659 Abstract socket names: ${ac_cv_have_abstract_sockets}
1660 System bus socket: ${DBUS_SYSTEM_SOCKET}
1661 System bus address: ${DBUS_SYSTEM_BUS_DEFAULT_ADDRESS}
1662 System bus PID file: ${DBUS_SYSTEM_PID_FILE}
1663 Session bus address: ${DBUS_SESSION_BUS_DEFAULT_ADDRESS}
1664 Console auth dir: ${DBUS_CONSOLE_AUTH_DIR}
1665 Console owner file: ${have_console_owner_file}
1666 Console owner file path: ${DBUS_CONSOLE_OWNER_FILE}
1667 System bus user: ${DBUS_USER}
1668 Session bus services dir: ${EXPANDED_DATADIR}/dbus-1/services
1669 'make check' socket dir: ${TEST_SOCKET_DIR}
1672 if test x$enable_tests = xyes; then
1673 echo "NOTE: building with unit tests increases the size of the installed library and renders it insecure."
1675 if test x$enable_tests = xyes -a x$enable_asserts = xno; then
1676 echo "NOTE: building with unit tests but without assertions means tests may not properly report failures (this configuration is only useful when doing something like profiling the tests)"
1678 if test x$enable_gcov = xyes; then
1679 echo "NOTE: building with coverage profiling is definitely for developers only."
1681 if test x$enable_verbose_mode = xyes; then
1682 echo "NOTE: building with verbose mode increases library size, may slightly increase security risk, and decreases performance."
1684 if test x$enable_asserts = xyes; then
1685 echo "NOTE: building with assertions increases library size and decreases performance."
1687 if test x$enable_checks = xno; then
1688 echo "NOTE: building without checks for arguments passed to public API makes it harder to debug apps using D-Bus, but will slightly decrease D-Bus library size and _very_ slightly improve performance."
1690 if test x$dbus_use_libxml = xtrue; then
1692 echo "WARNING: You have chosen to use libxml as your xml parser however this code path is not maintained by the D-Bus developers and if it breaks you get to keep the pieces. If you have selected this option in err please reconfigure with expat (e.g. --with-xml=expat)."