shithub: aacdec

ref: ca6c484158cf560424d7eb68e12e1814cc8dab0c
dir: /bootstrap/

View raw version
#! /bin/sh

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