shithub: aacdec

ref: 9b53c17284995a80830741f4d0e89b935957f46c
dir: /bootstrap/

View raw version
#! /bin/sh

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