shithub: aacdec

ref: a2ab4c0038a4894017f476e8014368690299bda6
dir: /bootstrap/

View raw version
#! /bin/sh

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