shithub: aacdec

ref: fccac308645a539807dd5916d9e66ac1e02f70c2
dir: /bootstrap/

View raw version
#! /bin/sh

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