# Recipe for version 1.1 by Lucas Correia Villa Real <lucasvr@gobolinux.org>, on Sat Nov 26 12:38:01 BRST 2005
# Recipe (MakeRecipe) for MPEG4IP by Lucas Correia Villa Real <lucasvr@gobolinux.org>, on Sat Nov 26 11:14:50 BRST 2005
compile_version=1.7.1
url="$httpSourceforge/mpeg4ip/mpeg4ip-1.1.tar.gz"
recipe_type=configure

pre_build() {
    pushd $dir
    [ ! -f .bootstrapped ] && {
        echo "Running aclocal..." && aclocal
        echo "Running automake..." && automake -a
        echo "Running autoconf..." && autoconf
        ./bootstrap
    }

    cat configure | sed "s%-Wmissing-prototypes%%g" > x && mv x configure
    popd
}

make_variables=("BILLS_CPPWARNINGS=")
