shithub: aacdec

ref: edf20d4fb2b9c857f28544e4db692d1a185eaa4f
dir: /bootstrap/

View raw version
#! /bin/sh

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