shithub: aacenc

ref: 7012e484046d739bd07d0cb36f40fc17375abf59
dir: /bootstrap/

View raw version
#! /bin/sh

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