shithub: aacdec

ref: fe4d6628ab50158cd5f47d1126ee0dec4fc50ae4
dir: /bootstrap/

View raw version
#! /bin/sh

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