shithub: aacdec

ref: b4989014824433c9f048b0066a84b9f9e99611d2
dir: /bootstrap/

View raw version
#! /bin/sh

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