shithub: aacenc

ref: 47faef7a1d0b5f55a876166b2fc2ded00309e352
dir: /bootstrap/

View raw version
#! /bin/sh

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