shithub: aacdec

ref: 3cccff77ee05fa0751e7cee0f3e0aef040973450
dir: /bootstrap/

View raw version
#! /bin/sh

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