shithub: aacdec

ref: 4ac3f9ddec70673bd62a4a34b00748c4e6d99f9d
dir: /bootstrap/

View raw version
#! /bin/sh

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