shithub: aacdec

ref: e16df4a3051259468aca30c2ee3cb172feff7f74
dir: /bootstrap/

View raw version
#! /bin/sh

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