]> code.delx.au - pulseaudio/blobdiff - bootstrap.sh
build-sys: dropo shave support, depend on automake's new silent build support instead
[pulseaudio] / bootstrap.sh
index c7737a6eddc0dd1d273a838d56ae443a1d2532b9..d5025db61a06056b6a4ca22224cc7ab84b98e520 100755 (executable)
@@ -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