shithub: aacdec

ref: 3a89986b4cc7108f727992e22641477c853d5d76
dir: /bootstrap/

View raw version
#! /bin/sh

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