shithub: aacdec

ref: b402e6771bfad52a2d4170a090e2feaf753daa78
dir: /bootstrap/

View raw version
#! /bin/sh

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