shithub: aacdec

ref: 5c797740cb2c9e6dd6a86f3829e1ff0ef029f5e3
dir: /bootstrap/

View raw version
#! /bin/sh

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