shithub: aacdec

ref: 9c1ab867b5933d0d87412f814957e01771ddbae1
dir: /bootstrap/

View raw version
#! /bin/sh

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