shithub: aacdec

ref: b890573fa1aa6ef5c6e4bc64eba64dd220ad09c1
dir: /bootstrap/

View raw version
#! /bin/sh

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