pump up version number and update changelog
[profile/ivi/pulseaudio-module-murphy-ivi.git] / bootstrap.sh
index b010333..67fe8d8 100755 (executable)
@@ -1,12 +1,7 @@
 #!/bin/bash
 
-autoreconf -vfi
-
-if type -p colorgcc > /dev/null ; then
-   export CC=colorgcc
-fi
-
-if test "x$NOCONFIGURE" = "x"; then
-    CFLAGS="-g -O0" ./configure --enable-maintainer-mode --disable-processing "$@"
-    make clean
-fi
+aclocal -I m4
+autoheader
+libtoolize --copy --force
+autoconf
+automake --add-missing --copy