shithub: aacdec

ref: 635f1edc98fe8f8ce0f327e8151e3afa0c99a73c
dir: /bootstrap/

View raw version
#! /bin/sh

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