shithub: aacenc

ref: 0503e7b63126d65d34b7415595099e31f7b168fe
dir: /bootstrap/

View raw version
#! /bin/sh

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