shithub: aacdec

ref: ad5b1783d5774323ad21a4d9216cef7fb6f22fbb
dir: /bootstrap/

View raw version
#! /bin/sh

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