shithub: aacdec

ref: c5c3fc3f9ffcd7d06e3a565ba31162193cb9d065
dir: /bootstrap/

View raw version
#! /bin/sh

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