shithub: aacdec

ref: ceeab11ed460a0ececdb5cb771e5369a63cd60dd
dir: /bootstrap/

View raw version
#! /bin/sh

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