shithub: aacdec

ref: e90b1677ba523ad10d09f1cf77fb364513a3423e
dir: /bootstrap/

View raw version
#! /bin/sh

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