shithub: aacdec

ref: 2ac355532dc6bd13696bb8b06be924ed1a097d23
dir: /bootstrap/

View raw version
#! /bin/sh

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