shithub: aacdec

ref: 263ee2a907db25fb6624cc36c09b80adf1372b6c
dir: /bootstrap/

View raw version
#! /bin/sh

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