shithub: aacdec

ref: 13fb62b6009c89363d1990e09cc3daa33c015b2c
dir: /bootstrap/

View raw version
#! /bin/sh

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