diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-06-22 23:03:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-06-22 23:03:43 +0200 |
commit | 048e576a6dfe2bfe62fa33c74c30cc34057ee740 (patch) | |
tree | 15ffa112c8cd4a7b640a7eb4468b6f641a514df4 /bootstrap.sh | |
parent | de5219aafba6474f7a894dad8559976e5ea3144f (diff) | |
download | pulseaudio-048e576a6dfe2bfe62fa33c74c30cc34057ee740.tar.gz |
build-sys: dropo shave support, depend on automake's new silent build support instead
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index c7737a6ed..d5025db61 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,7 +16,7 @@ # along with PulseAudio; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -VERSION=1.10 +VERSION=1.11 run_versioned() { local P @@ -83,7 +83,7 @@ else run_versioned automake "$VERSION" --copy --foreign --add-missing if test "x$NOCONFIGURE" = "x"; then - CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen --enable-shave "$@" + CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" make clean fi fi |