Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
dbus
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Reurich
dbus
Commits
973bf690
Commit
973bf690
authored
Feb 17, 2011
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported Upstream version 1.4.6
parent
280851b7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
41 additions
and
267 deletions
+41
-267
Makefile.in
Makefile.in
+0
-2
NEWS
NEWS
+7
-1
Makefile.in
bus/Makefile.in
+0
-2
configure
configure
+33
-237
configure.in
configure.in
+1
-15
Makefile.in
dbus/Makefile.in
+0
-2
Makefile.in
doc/Makefile.in
+0
-2
Makefile.in
test/Makefile.in
+0
-2
Makefile.in
test/name-test/Makefile.in
+0
-2
Makefile.in
tools/Makefile.in
+0
-2
No files found.
Makefile.in
View file @
973bf690
...
...
@@ -267,8 +267,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
NEWS
View file @
973bf690
D-Bus 1.4.4 (UNRELEASED)
D-Bus 1.4.6 (2010-02-17)
==
• Remove unfinished changes intended to support GTest-based tests,
which were mistakenly included in 1.4.4
D-Bus 1.4.4 (2010-02-17)
==
• Switch back to using even micro versions for stable releases; 1.4.1
...
...
bus/Makefile.in
View file @
973bf690
...
...
@@ -386,8 +386,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
configure
View file @
973bf690
This diff is collapsed.
Click to expand it.
configure.in
View file @
973bf690
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [4])
m4_define([dbus_micro_version], [
4
])
m4_define([dbus_micro_version], [
6
])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT(dbus, [dbus_version])
...
...
@@ -154,25 +154,11 @@ AC_ARG_WITH(dbus_daemondir, AS_HELP_STRING([--with-dbus-daemondir=[dirname]],[Di
dnl DBUS_BUILD_TESTS controls unit tests built in to .c files
dnl and also some stuff in the test/ subdir
dnl
dnl In principle we could have separate switches for the embedded
dnl test code in the libraries (which cause bloat and possible security holes)
dnl and the standalone GLib regression tests, but not right now.
AM_CONDITIONAL(DBUS_BUILD_TESTS, test x$enable_tests = xyes)
if test x$enable_tests = xyes; then
AC_DEFINE(DBUS_BUILD_TESTS,1,[Build test code])
fi
AC_ARG_ENABLE([standalone-tests],
AS_HELP_STRING([--enable-standalone-tests],
[enable standalone regression tests (GLib 2.16 required)]),
[], [enable_standalone_tests=yes])
if test x$enable_standalone_tests = xyes; then
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16],
[], [AC_MSG_ERROR([The standalone regression tests require GLib])])
fi
if test x$enable_verbose_mode = xyes; then
AC_DEFINE(DBUS_ENABLE_VERBOSE_MODE,1,[Support a verbose mode])
fi
...
...
dbus/Makefile.in
View file @
973bf690
...
...
@@ -418,8 +418,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
doc/Makefile.in
View file @
973bf690
...
...
@@ -158,8 +158,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
test/Makefile.in
View file @
973bf690
...
...
@@ -263,8 +263,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
test/name-test/Makefile.in
View file @
973bf690
...
...
@@ -264,8 +264,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
tools/Makefile.in
View file @
973bf690
...
...
@@ -230,8 +230,6 @@ EXPANDED_PREFIX = @EXPANDED_PREFIX@
EXPANDED_SYSCONFDIR
=
@EXPANDED_SYSCONFDIR@
FGREP
=
@FGREP@
GETTEXT_PACKAGE
=
@GETTEXT_PACKAGE@
GLIB_CFLAGS
=
@GLIB_CFLAGS@
GLIB_LIBS
=
@GLIB_LIBS@
GREP
=
@GREP@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment