projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7a008
)
make --enable-force-preopen the default for SVN builds
author
Lennart Poettering
<lennart@poettering.net>
Thu, 13 Apr 2006 17:32:33 +0000
(17:32 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 13 Apr 2006 17:32:33 +0000
(17:32 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@701
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
31f3868
..
19acffb
100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-59,7
+59,7
@@
else
run_versioned automake "$VERSION" -a -c --foreign
if test "x$NOCONFIGURE" = "x"; then
- CFLAGS="-g -O0" ./configure --sysconfdir=/etc
"$@"
+ CFLAGS="-g -O0" ./configure --sysconfdir=/etc
--enable-force-preopen "$@"
make clean
fi
fi