shithub: aacdec

ref: c5a305c15eeb5ba236586d202cbb39f8378f84b5
dir: /bootstrap/

View raw version
#! /bin/sh

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