shithub: aacdec

ref: c5bcf24778a2de34d369e7d95de1d85d3f2b73e1
dir: /bootstrap/

View raw version
#! /bin/sh

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