shithub: aacdec

ref: f153d804411d9373cdebda0d5b6cc8a4d2783669
dir: /bootstrap/

View raw version
#! /bin/sh

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