shithub: aacdec

ref: 9efcb7cd2bfb0aa0dc8e8399986c7bb55329578a
dir: /bootstrap/

View raw version
#! /bin/sh

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