shithub: aacdec

ref: edf72d4467ff564a5f8676d8eda51eea33655f70
dir: /bootstrap/

View raw version
#! /bin/sh

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