shithub: aacdec

ref: c6050d407a25bfa81573cff01bdadb65ef6cfb5f
dir: /bootstrap/

View raw version
#! /bin/sh

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