shithub: aacdec

ref: b981e66894a0eda198e87aff74a712f80a3a5faf
dir: /bootstrap/

View raw version
#! /bin/sh

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