shithub: aacenc

ref: 568ef3741aeb3d17339b0e50cfa001603ed1d6a0
dir: /bootstrap/

View raw version
#! /bin/sh

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