shithub: aacdec

ref: 9ebb1719095577af43e4cfcc36b76bd9c671afc4
dir: /bootstrap/

View raw version
#! /bin/sh

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