shithub: aacdec

ref: a0ba9ba615f9ad5429bb2d50add1e7bdb42fa55f
dir: /bootstrap/

View raw version
#! /bin/sh

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