shithub: aacdec

ref: b5b68e541c7164b5be892b3f56d2d2b2a2f511a2
dir: /bootstrap/

View raw version
#! /bin/sh

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