shithub: aacdec

ref: c9472c6c3d2d974cac60890e772266a16157b5c0
dir: /bootstrap/

View raw version
#! /bin/sh

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