shithub: aacdec

ref: 2cc7ab32cea062fa9f10241bf5a8195a34296ff7
dir: /bootstrap/

View raw version
#! /bin/sh

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