shithub: aacdec

ref: 2d236187d50077313e38fe0e7b0e178eb60f5218
dir: /bootstrap/

View raw version
#! /bin/sh

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