shithub: aacdec

ref: cadbe96167bb71c3b105ed2ff8d44b3b1b2b6e9a
dir: /bootstrap/

View raw version
#! /bin/sh

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