shithub: aacenc

ref: c6a66f1ea772a0904b8d6fa1808fa71da142406f
dir: /bootstrap/

View raw version
#! /bin/sh

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