shithub: aacdec

ref: 01565e17da503b6b50fa0a575932598cfbbb81b4
dir: /bootstrap/

View raw version
#! /bin/sh

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