shithub: aacdec

ref: 87f85fdfb793a840ded7f3148276362c5e2e0430
dir: /bootstrap/

View raw version
#! /bin/sh

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