shithub: aacdec

ref: 450fed9d988ef8dad6819df9ca6da7cbb0f4d82f
dir: /bootstrap/

View raw version
#! /bin/sh

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