shithub: aacdec

ref: b147e83b7bb44b42c1b9c4e31e278bcb0e811944
dir: /bootstrap/

View raw version
#! /bin/sh

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