shithub: aacdec

ref: 4208c44ee74d94a434da96e364a9dd028acfbbec
dir: /bootstrap/

View raw version
#! /bin/sh

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