shithub: aacdec

ref: 7390d86a7e1c5e8be663396278c6ec3eef34168c
dir: /bootstrap/

View raw version
#! /bin/sh

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