shithub: aacdec

ref: da29a5eefaff382ce76c4f7ff41003b2d5280584
dir: /bootstrap/

View raw version
#! /bin/sh

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