shithub: aacenc

ref: d175848318cdadec1bda010f561b794fbe6c8ac5
dir: /bootstrap/

View raw version
#! /bin/sh

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