shithub: aacdec

ref: 2e8547789313ae2b0a99a724177805b51c642b55
dir: /bootstrap/

View raw version
#! /bin/sh

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