shithub: aacdec

ref: d19c11a68d8ac46e5592b273ce836be733f4b8bd
dir: /bootstrap/

View raw version
#! /bin/sh

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