shithub: aacdec

ref: a00ace376fd9a64be5423268d00c3fcf2c9bb478
dir: /bootstrap/

View raw version
#! /bin/sh

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