shithub: aacdec

ref: 0b79b1c3c52c4ad1535bf8429ae5b7c701c4a907
dir: /bootstrap/

View raw version
#! /bin/sh

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