shithub: aacdec

ref: f6620a7381f17eb64e41c2da6665f0ca3dd87d78
dir: /bootstrap/

View raw version
#! /bin/sh

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