shithub: aacenc

ref: 650d2c00d44f23a87b6bf225e66b06817227d0c9
dir: /bootstrap/

View raw version
#! /bin/sh

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