shithub: aacdec

ref: 4f19defb4a07f3f14aeb7797e454c27a73f91b8a
dir: /bootstrap/

View raw version
#! /bin/sh

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