shithub: aacdec

ref: 3254623f0745837118e0d5d739fa6c402fd5b9d3
dir: /bootstrap/

View raw version
#! /bin/sh

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