X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bootstrap.sh;h=67fe8d86bd12a31928ea8859e492f2eae0dfde16;hb=5da6d2aadd4e7712a6571c17f4f7766913218111;hp=b010333e9ea4387931e7e3b0b58b58c2a3f5a9d5;hpb=e5d0a3d98b02f6bc84e23cd0c0aa396c601de410;p=profile%2Fivi%2Fpulseaudio-module-murphy-ivi.git diff --git a/bootstrap.sh b/bootstrap.sh index b010333..67fe8d8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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