shithub: aacdec

ref: 94641c20ec3a009c19c256d7a3f751bef7eca4dc
dir: /bootstrap/

View raw version
#! /bin/sh

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