shithub: aacdec

ref: bbdbf311656bb20e93a9bc4d3dc427d8b0276390
dir: /bootstrap/

View raw version
#! /bin/sh

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