shithub: aacdec

ref: c8e86c51125df3a307e1d674534a537287b079f4
dir: /bootstrap/

View raw version
#! /bin/sh

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