shithub: aacdec

ref: 7193768ac9ff3236ce7615b866f6d0e0ba53c5dc
dir: /bootstrap/

View raw version
#! /bin/sh

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