shithub: aacdec

ref: 7d5bdda48ab6c229d6186beb9ec8b97f820e4bba
dir: /bootstrap/

View raw version
#! /bin/sh

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