shithub: aacdec

ref: e743e6011523c606726e39f6ff8d47af5377b178
dir: /bootstrap/

View raw version
#! /bin/sh

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