shithub: aacdec

ref: e4b87483df3b5a4cb2a42d69fbfea649908aa71b
dir: /bootstrap/

View raw version
#! /bin/sh

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