shithub: aacdec

ref: 05ed1c55a1c43b8746c7d4ca5efd7641b3ba80e9
dir: /bootstrap/

View raw version
#! /bin/sh

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