shithub: aacdec

ref: 86c9aebfb42aa5909ae2eed6b438f16411909789
dir: /bootstrap/

View raw version
#! /bin/sh

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