shithub: aacdec

ref: 1328d84e8b10421e3db2e0c778f359532b0a9cc4
dir: /bootstrap/

View raw version
#! /bin/sh

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