shithub: aacdec

ref: b1d957de163081057eac05c26d502f6c28fc6dc8
dir: /bootstrap/

View raw version
#! /bin/sh

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