shithub: aacdec

ref: d4dba8d18950596d3bbd6bdc45ffce94ea42341c
dir: /bootstrap/

View raw version
#! /bin/sh

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