shithub: aacdec

ref: 7592cc985f084dbfab7f941100d1f09b33a43e22
dir: /bootstrap/

View raw version
#! /bin/sh

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