shithub: aacdec

ref: 9f3c31d25eb3a94eb25aa9a6345a7dfa7b939dbc
dir: /bootstrap/

View raw version
#! /bin/sh

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