shithub: aacdec

ref: b8dedfd0147dbd2c548a4ecd7da9e3bd2c009190
dir: /bootstrap/

View raw version
#! /bin/sh

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