shithub: aacdec

ref: 6c3ec62f298e88165a0a0aeb0c819b8d212d9825
dir: /bootstrap/

View raw version
#! /bin/sh

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