shithub: aacdec

ref: 9a10dd1e1f74eb132e597f89cfca33d5660babab
dir: /bootstrap/

View raw version
#! /bin/sh

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