shithub: aacdec

ref: 84bff2c915145927daac490b6c93bb83ebd3b530
dir: /bootstrap/

View raw version
#! /bin/sh

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