[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-268-gda6b156
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Jun 22 15:55:57 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 882cdfc123d89a393d237e130a6f8e213c91dc40 (commit)
- Log -----------------------------------------------------------------
da6b156 builds-sys: work around automake 1.11 borkage
38e3d83 build-sys: bump udev revision to pull in new rules files
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
commit 38e3d83122dde9f41561c0e4e4a0f410fc24bd05
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Jun 23 00:55:24 2009 +0200
build-sys: bump udev revision to pull in new rules files
diff --git a/configure.ac b/configure.ac
index 4e385ce..253ade9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1059,7 +1059,7 @@ AC_ARG_ENABLE([udev],
],
[udev=auto])
if test "x${udev}" != xno -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \) ; then
- PKG_CHECK_MODULES(UDEV, [ libudev >= 137 ],
+ PKG_CHECK_MODULES(UDEV, [ libudev >= 143 ],
[
HAVE_UDEV=1
AC_DEFINE([HAVE_UDEV], 1, [Have UDEV.])
commit da6b15671aaeaffcf56f013e643b7fe0ca994a3f
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Jun 23 00:55:31 2009 +0200
builds-sys: work around automake 1.11 borkage
As suggested on:
http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html
diff --git a/configure.ac b/configure.ac
index 253ade9..2a32c83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1305,8 +1305,8 @@ fi
AC_ARG_WITH(
[module-dir],
- AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/]),
- [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/"])
+ AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules]),
+ [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules"])
AC_SUBST(modlibexecdir)
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list