shithub: aacdec

ref: 3e5c46259ac3a65720ff99cc546833e753e28f58
dir: /bootstrap/

View raw version
#! /bin/sh

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