X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=bbde5e6d443ed3d29e002a8b2082eae9cdd25d99;hb=cae4b8179a306b8cf00a392d31816bda6fc01fb9;hp=48c68e084aec37fbf6de0abae7325bd809c6f96c;hpb=132e7324eec9392c94a483bf382f6c38237b5229;p=platform%2Fupstream%2Fgstreamer.git diff --git a/autogen.sh b/autogen.sh index 48c68e0..bbde5e6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -31,9 +31,13 @@ version_check "automake" "$AUTOMAKE" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 | version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1 +die_check $DIE + autoconf_2.52d_check || DIE=1 aclocal_check || DIE=1 +die_check $DIE + CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG' # if no arguments specified then this will be printed if test -z "$*"; then