shithub: aacdec

ref: 3c9ab2e25aaeac7a39ed5e745a252794f569a960
dir: /bootstrap/

View raw version
#! /bin/sh

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