shithub: aacdec

ref: a601532d6578651bdee85e5cb6651529ec9cbb8f
dir: /bootstrap/

View raw version
#! /bin/sh

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