shithub: aacdec

ref: d73787d5b9d14fe0086c0b0b3b6ec928dd3dbce6
dir: /bootstrap/

View raw version
#! /bin/sh

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