shithub: aacdec

ref: 345a313f90dc665c7d66ce4efd7a60afafac71cd
dir: /bootstrap/

View raw version
#! /bin/sh

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