shithub: aacdec

ref: 5f078c13f02d9d3cbfd562d29b72a490a58822f0
dir: /bootstrap/

View raw version
#! /bin/sh

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