shithub: aacdec

ref: 800f550eabc3155fcbae4c4b8dad3edcb61f3b5f
dir: /bootstrap/

View raw version
#! /bin/sh

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