shithub: aacdec

ref: d6c4b459bd60e2de824aba7927f64d781a84b5a7
dir: /bootstrap/

View raw version
#! /bin/sh

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