shithub: aacdec

ref: 877dfb805676e0d53b8aab970327e44fc7364814
dir: /bootstrap/

View raw version
#! /bin/sh

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