summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Enable launchd.Benjamin Reed1-0/+42
2010-12-04Fix test failures on OSX.Mike McQuaid1-0/+2
2010-10-05Move uploading docs into build system.documentation-build-systemWill Thompson1-0/+4
2010-10-05Integrate building HTML-ified manpages with the build systemWill Thompson1-2/+7
2010-10-05Report correct result of doxygen/xml doc checksWill Thompson1-2/+2
2010-10-05Move manpages to doc/Will Thompson1-1/+1
2010-10-05Build Doxygen documentation for `make all`.Will Thompson1-1/+1
2010-10-05Squash warnings and spurious output from autogen.shWill Thompson1-0/+2
2010-09-07post release version bumpLennart Poettering1-1/+1
2010-09-06build-sys: bump version number for the 1.4.0 releaseLennart Poettering1-2/+2
2010-09-06systemd: enable the dbus service unconditionallyKay Sievers1-2/+4
2010-09-06autoconf: update lt version info in preparation for 0.4.2Lennart Poettering1-1/+1
2010-08-10Fixed bug not creating bus/messagebus-config.Ralf Habacker1-0/+1
2010-08-10Delete stale pid file on cygwin.Yaakov Selkowitz1-0/+4
2010-08-10Avoid -Werror problems on cygwin.Yaakov Selkowitz1-1/+6
2010-08-10Applied patches from cygwin port.Yaakov Selkowitz1-10/+11
2010-07-09systemd: install systemd socket and service file by defaultLennart Poettering1-52/+63
2010-06-23build-sys: open 1.3.2 development cycleLennart Poettering1-1/+1
2010-05-07Move definition of _WIN32_WCE to configure.in (cmake defines it already).Marcus Brinkmann1-0/+1
2010-04-21Patch relocating "exec" variable and position of service filesFridrich Štrba1-1/+7
2010-04-14Fix warnings on Windows CE target.Marcus Brinkmann1-0/+2
2010-04-13Add replacement functions strtoll/strtoull for dbus-send, mainly for Windows CE.Marcus Brinkmann1-1/+1
2010-04-13Add support for Windows CE to the code base.Marcus Brinkmann1-1/+1
2010-04-13Add WinCE detection to configure.in and choose right socket library.Marcus Brinkmann1-1/+13
2010-03-22Merge branch 'dbus-1.2'Colin Walters1-6/+39
2010-03-22Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters1-6/+39
2010-03-22Make more signal and locale interface use conditional.Marcus Brinkmann1-0/+4
2010-03-17Post-release version bumpColin Walters1-1/+1
2010-03-16Release 1.2.22Colin Walters1-1/+1
2010-03-16Merge branch 'dbus-1.2'Colin Walters1-0/+2
2010-03-12[configure.in] Use AM_SILENT_RULES if availableColin Walters1-0/+2
2010-02-07remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use...Romain Pokrzywka1-0/+2
2010-02-03Release 1.2.20Colin Walters1-1/+1
2010-02-02Release 1.2.18Colin Walters1-1/+1
2010-01-28Merge branch 'my-dbus-1.2'Colin Walters1-3/+2
2010-01-28Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters1-3/+2
2010-01-28Ignore exit code zero from activated servicesColin Walters1-0/+1
2010-01-28Allow to override test tool path for cross compilation setup.Marcus Brinkmann1-9/+18
2010-01-28Invoke AC_PROG_MKDIR_P to make sure MKDIR_P is defined.Marcus Brinkmann1-0/+1
2009-12-15Ignore exit code zero from activated servicesColin Walters1-0/+1
2009-12-01Use nonce-tcp default session bus on WindowsTor Lillqvist1-1/+8
2009-12-01Check for dirent.hTor Lillqvist1-0/+2
2009-12-01DBUS_VERSION is always three numbersTor Lillqvist1-10/+4
2009-12-01Don't use -fPIC and -fPIE on WindowsTor Lillqvist1-2/+2
2009-12-01Don't bother with -Werror on Windows for nowTor Lillqvist1-1/+2
2009-12-01use WINDRES instead of RC to compile rc fileNguyễn Thái Ngọc Duy1-0/+4
2009-12-01configure.in: do not define DBUS_UNIX unconditionally (cherry picked from com...Nguyễn Thái Ngọc Duy1-2/+0
2009-12-01configure.in: don't look for X11 on W32 (cherry picked from commit 73730866ec...Marc Mutz1-0/+4
2009-12-01configure.in: add W32 extra libs (cherry picked from commit 909f2b23596247aae...Marc Mutz1-4/+9
2009-12-01WIN32: add versioninfo, and export symbolsMarc Mutz1-2/+36