shithub: aacdec

ref: d04e5193e35696ba1b3de26d4a3070c281c6cbea
dir: /bootstrap/

View raw version
#! /bin/sh

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