shithub: aacdec

ref: 2e3485429bccbf7793d1d5a7e47b0d69c06a3bc9
dir: /bootstrap/

View raw version
#! /bin/sh

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