shithub: aacdec

ref: aed66866cc63b01f8d66e1f381ca7a26c514887d
dir: /bootstrap/

View raw version
#! /bin/sh

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