shithub: aacdec

ref: 46ee73267fc46d0f0f229ab8aff4262e554c86f6
dir: /bootstrap/

View raw version
#! /bin/sh

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