shithub: aacdec

ref: 584e5f7e8212f70af2d8480f580ce7005a6579c5
dir: /bootstrap/

View raw version
#! /bin/sh

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