shithub: aacenc

ref: 38ba4d951379a3a587aac95a50724cb2d1182413
dir: /bootstrap/

View raw version
#! /bin/sh

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