shithub: aacdec

ref: 57f4d33729c77675019237604ed04b8af70f67f0
dir: /bootstrap/

View raw version
#! /bin/sh

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