shithub: aacdec

ref: ea1e898cfc7519e0f539007ed771c2329dc32d2e
dir: /bootstrap/

View raw version
#! /bin/sh

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