shithub: aacdec

ref: 7778db108536ffa6ebdf18e3591c92ec2bd14972
dir: /bootstrap/

View raw version
#! /bin/sh

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