shithub: aacdec

ref: 59090e7598999cbdf48f3faadaac7c0a9ae5b545
dir: /bootstrap/

View raw version
#! /bin/sh

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