shithub: aacdec

ref: 528eeb796b548555b3d32119c4510f2cc277ad0f
dir: /bootstrap/

View raw version
#! /bin/sh

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