shithub: aacdec

ref: 6c85fee8f0ffb7c6687f82596288f72d5bd33ef2
dir: /bootstrap/

View raw version
#! /bin/sh

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