shithub: aacdec

ref: 0b2ef5faeb07dbc043cc925da4177b69b2146c84
dir: /bootstrap/

View raw version
#! /bin/sh

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