shithub: aacenc

ref: 23b441f4d830ae2b5740c46c73d05883ca2ba461
dir: /bootstrap/

View raw version
#! /bin/sh

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