shithub: aacenc

ref: 899fb63378ce4a12e78d5e0af3b2104616fbc4fb
dir: /bootstrap/

View raw version
#! /bin/sh

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