shithub: aacdec

ref: c13fd2a1bb16abef815a5ca95fb685b0a4902402
dir: /bootstrap/

View raw version
#! /bin/sh

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