shithub: aacdec

ref: f33c4f4c24125caa86b0a3e446017b67ee85f6ef
dir: /bootstrap/

View raw version
#! /bin/sh

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