shithub: aacenc

ref: 05256a20af75ada5a56d3475e98df5cf161dd9d0
dir: /bootstrap/

View raw version
#! /bin/sh

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