shithub: aacdec

ref: bfa3eb8e2b42be7b4c7bc0c5be7edc32735d2d3a
dir: /bootstrap/

View raw version
#! /bin/sh

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