shithub: aacdec

ref: fb62edd297138ad67d1c3197d05d784bb9ab0be8
dir: /bootstrap/

View raw version
#! /bin/sh

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