shithub: aacdec

ref: e7a86f9e7d40a6d6354453109fc1c8b6852b0a38
dir: /bootstrap/

View raw version
#! /bin/sh

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