shithub: aacdec

ref: 401e13ef1ffdaff4ca970bfc0b7ca4c31d37b7f1
dir: /bootstrap/

View raw version
#! /bin/sh

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