shithub: aacenc

ref: 8f3f1eb6acc97c309cf3ede937037f2517599699
dir: /bootstrap/

View raw version
#! /bin/sh

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