shithub: aacdec

ref: c12d8b8c3a448a01865b6b3f15b0452ea67b9a8f
dir: /bootstrap/

View raw version
#! /bin/sh

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