shithub: aacdec

ref: e82315d28bb5b1e866dad32fadc801c14c5cb1b4
dir: /bootstrap/

View raw version
#! /bin/sh

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