shithub: aacdec

ref: 69a466f523d183c679db07ef1b4da04ec3b0089c
dir: /bootstrap/

View raw version
#! /bin/sh

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