shithub: aacdec

ref: 26d190b3b044f04affebc0ea91152cae4c8203ca
dir: /bootstrap/

View raw version
#! /bin/sh

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