shithub: aacdec

ref: e79f5009f833fbbe65b213c59e2e5c27e1ee1ce1
dir: /bootstrap/

View raw version
#! /bin/sh

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