shithub: aacdec

ref: 58d9ce79f10730277bb79db6c07d68451c6baacf
dir: /bootstrap/

View raw version
#! /bin/sh

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