shithub: aacdec

ref: ceb107d19c8719a75edd2be1fae4666cfbc91936
dir: /bootstrap/

View raw version
#! /bin/sh

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