shithub: aacdec

ref: ce712bf57a00df57dcb548bf4dfe649289be1e27
dir: /bootstrap/

View raw version
#! /bin/sh

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