shithub: aacdec

ref: 82bc6ccd76179f01824177ed8b7ce5905ec929e2
dir: /bootstrap/

View raw version
#! /bin/sh

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