shithub: aacdec

ref: 8375349476e7df19b35005f148e6175fa8d05d0e
dir: /bootstrap/

View raw version
#! /bin/sh

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