shithub: aacdec

ref: 0e2d830404f2fa71f63d6a133ce2d1d01dd2629a
dir: /bootstrap/

View raw version
#! /bin/sh

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