shithub: aacdec

ref: c0bcb7e0f1e32ec34f8b49d0ea0aa426e1460418
dir: /bootstrap/

View raw version
#! /bin/sh

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