shithub: aacdec

ref: 31e91fdd154690af55d8a043ec96a86ecc414172
dir: /bootstrap/

View raw version
#! /bin/sh

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