shithub: aacdec

ref: 0ab055fe640979fa9161ae5ddea6160e2340fd16
dir: /bootstrap/

View raw version
#! /bin/sh

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