shithub: aacdec

ref: b1299db24cc5817dba58ef02e73d8526eff25072
dir: /bootstrap/

View raw version
#! /bin/sh

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