shithub: aacdec

ref: cee530ebf697214ed884926fd79146ef591f86ed
dir: /bootstrap/

View raw version
#! /bin/sh

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