shithub: aacdec

ref: c51b2bc5fb16770c4e6703c43e33a44135418249
dir: /bootstrap/

View raw version
#! /bin/sh

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