shithub: aacdec

ref: e8d63fca010802f97552a4e3aaebc61f6802e640
dir: /bootstrap/

View raw version
#! /bin/sh

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