shithub: aacenc

ref: 5cfc2e0195c33790b8e0a404f6374e8eea6999cf
dir: /bootstrap/

View raw version
#! /bin/sh

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