shithub: aacdec

ref: 763275b0c54ee025bdfd7429eed213f6a080b251
dir: /bootstrap/

View raw version
#! /bin/sh

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