shithub: aacdec

ref: fb9d1d265e8cd35a9ca377a78484bcbe87803405
dir: /bootstrap/

View raw version
#! /bin/sh

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