shithub: aacenc

ref: 3d065f4fe8c2e020faefc537206b5768ca5d7b50
dir: /bootstrap/

View raw version
#! /bin/sh

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