shithub: aacdec

ref: 4c96445961d393dd08e924b8d430612cda152261
dir: /bootstrap/

View raw version
#! /bin/sh

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