[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-42-g908b0e6
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Apr 24 08:51:49 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 35382d6d303307ba04fa0153acd8e8cb89086454 (commit)
- Log -----------------------------------------------------------------
908b0e6 build-system: hide .version from git
af8f058 build-system: run make update-shave
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
m4/shave.m4 | 4 ++++
shave.in | 3 +++
3 files changed, 8 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit af8f0583a3f371f937979fefe986c31cf6568a17
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Apr 24 17:51:00 2009 +0200
build-system: run make update-shave
diff --git a/m4/shave.m4 b/m4/shave.m4
index 0c2c9f5..0a3509e 100644
--- a/m4/shave.m4
+++ b/m4/shave.m4
@@ -1,4 +1,5 @@
dnl Make automake/libtool output more friendly to humans
+dnl Damien Lespiau <damien.lespiau at gmail.com>
dnl
dnl SHAVE_INIT([shavedir],[default_mode])
dnl
@@ -53,14 +54,17 @@ AC_DEFUN([SHAVE_INIT],
SHAVE_SAVED_CXX=$CXX
SHAVE_SAVED_FC=$FC
SHAVE_SAVED_F77=$F77
+ SHAVE_SAVED_OBJC=$OBJC
CC="${SHELL} ${shavedir}/shave cc ${SHAVE_SAVED_CC}"
CXX="${SHELL} ${shavedir}/shave cxx ${SHAVE_SAVED_CXX}"
FC="${SHELL} ${shavedir}/shave fc ${SHAVE_SAVED_FC}"
F77="${SHELL} ${shavedir}/shave f77 ${SHAVE_SAVED_F77}"
+ OBJC="${SHELL} ${shavedir}/shave objc ${SHAVE_SAVED_OBJC}"
AC_SUBST(CC)
AC_SUBST(CXX)
AC_SUBST(FC)
AC_SUBST(F77)
+ AC_SUBST(OBJC)
V=@
else
diff --git a/shave.in b/shave.in
index 174641e..5c16f27 100644
--- a/shave.in
+++ b/shave.in
@@ -56,6 +56,9 @@ link,*)
*,f77)
Q=" F77 "
;;
+*,objc)
+ Q=" OBJC "
+ ;;
*,*)
# should not happen
Q=" CC "
commit 908b0e6738778d4e7244391bcccecb8a0db542aa
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Apr 24 17:51:43 2009 +0200
build-system: hide .version from git
diff --git a/.gitignore b/.gitignore
index e2a5091..fae5b47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.version
shave
shave-libtool
.*.swp
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list