shithub: aacdec

ref: 69f8ee6997fcce04ca64fa9dd5e79d8fc977d96a
dir: /bootstrap/

View raw version
#! /bin/sh

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