shithub: aacdec

ref: 281db6ceec174d040229ca88d20499d006541c78
dir: /bootstrap/

View raw version
#! /bin/sh

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