shithub: aacdec

ref: e8a21effe6c52cb0d3c4789acf68d81c5c6b3964
dir: /bootstrap/

View raw version
#! /bin/sh

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