shithub: aacdec

ref: 733421d40eee2a54756ce800eed4196ab6ef52a8
dir: /bootstrap/

View raw version
#! /bin/sh

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