shithub: aacdec

ref: 2bc0f84e01dfb29b9253d7b7313a0f0bd619f5a1
dir: /bootstrap/

View raw version
#! /bin/sh

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