shithub: aacdec

ref: f0add29e73e7aa143b43f562f46218d598c254cb
dir: /bootstrap/

View raw version
#! /bin/sh

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