shithub: aacdec

ref: b7b44ef77e27b65b020abe45eb92f159a3901d84
dir: /bootstrap/

View raw version
#! /bin/sh

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