Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dbus
dbus
Commits
5f292c61
Commit
5f292c61
authored
Sep 18, 2006
by
John Palmieri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@
parent
1ececca7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+3
-0
dbus/dbus-sysdeps-util-unix.c
dbus/dbus-sysdeps-util-unix.c
+4
-0
tools/Makefile.am
tools/Makefile.am
+1
-1
No files found.
ChangeLog
View file @
5f292c61
2006
-
09
-
18
John
(
J5
)
Palmieri
<
johnp
@
redhat
.
com
>
*
tools
/
Makefile
.
am
:
use
@
EXPANDED_DATADIR
@
instead
of
@
DATADIRNAME
@
2006
-
09
-
17
Havoc
Pennington
<
hp
@
redhat
.
com
>
*
dbus
/
dbus
-
transport
.
c
(
_dbus_transport_get_is_authenticated
):
...
...
configure.in
View file @
5f292c61
...
...
@@ -551,6 +551,9 @@ dnl check for writev header and writev function so we're
dnl good to go if HAVE_WRITEV gets defined.
AC_CHECK_HEADERS(sys/uio.h, [AC_CHECK_FUNCS(writev)])
dnl needed on darwin for NAME_MAX
AC_CHECK_HEADERS(sys/syslimits.h)
dnl check for flavours of varargs macros (test from GLib)
AC_MSG_CHECKING(for ISO C99 varargs macros in C)
AC_TRY_COMPILE([],[
...
...
dbus/dbus-sysdeps-util-unix.c
View file @
5f292c61
...
...
@@ -44,6 +44,10 @@
#include <dirent.h>
#include <sys/un.h>
#ifdef HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
#ifndef O_BINARY
#define O_BINARY 0
#endif
...
...
tools/Makefile.am
View file @
5f292c61
INCLUDES
=
-I
$(top_srcdir)
$(DBUS_CLIENT_CFLAGS)
$(DBUS_X_CFLAGS)
-DDBUS_LOCALEDIR
=
\"
$(prefix)
/@
DATADIR
NAME
@/locale
\"
-DDBUS_COMPILATION
-DDBUS_DAEMONDIR
=
\"
@DBUS_DAEMONDIR@
\"
INCLUDES
=
-I
$(top_srcdir)
$(DBUS_CLIENT_CFLAGS)
$(DBUS_X_CFLAGS)
-DDBUS_LOCALEDIR
=
\"
@EXPANDED_
DATADIR@/locale
\"
-DDBUS_COMPILATION
-DDBUS_DAEMONDIR
=
\"
@DBUS_DAEMONDIR@
\"
bin_PROGRAMS
=
dbus-send dbus-monitor dbus-launch dbus-cleanup-sockets
...
...
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