shithub: aacdec

ref: 76aaa6d04038d6ec0dc48f9c9aa071a4a5574950
dir: /bootstrap/

View raw version
#! /bin/sh

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