shithub: aacdec

ref: 03339bb0a5314887affd3e5b7ececaf3bfa134e4
dir: /bootstrap/

View raw version
#! /bin/sh

aclocal -I .
autoheader
libtoolize --automake
automake --add-missing
autoconf
echo "Ready to run ./configure"