shithub: aacenc

ref: 6cb5f3f27fc6e37c0c8c32c9a7b26621e65774f6
dir: /bootstrap/

View raw version
#! /bin/sh

aclocal -I .
autoheader
libtoolize --automake
automake --add-missing
autoconf
./configure
make -j2
echo "Install with: 'make install'"