shithub: aacdec

ref: 00ca67bc570551e0ad5a5af6c23c8a2637deb17f
dir: /bootstrap/

View raw version
#! /bin/sh

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