shithub: aacdec

ref: cea2d6d9678f2d5ae6102b5bada2757471ffab8c
dir: /bootstrap/

View raw version
#! /bin/sh

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