shithub: aacdec

ref: 03d2510f995f05759473a12398c3b4f834c0322b
dir: /bootstrap/

View raw version
#! /bin/sh

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