shithub: aacdec

ref: 047e5aa00c4b30a0c320a1abe1b3ddaa34a51c70
dir: /bootstrap/

View raw version
#! /bin/sh

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