shithub: aacdec

ref: 29f38986701109e9da9972e7d6bba9f7df8ef7cd
dir: /bootstrap/

View raw version
#! /bin/sh

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