shithub: aacdec

ref: 596df37e0820fe8cdafed3c077d9b1bbb2991803
dir: /bootstrap/

View raw version
#! /bin/sh

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