shithub: aacdec

ref: 55a7978edf3511760bb23a268780846e5a6f25c3
dir: /bootstrap/

View raw version
#! /bin/sh

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