shithub: aacenc

ref: 15e2a53e83066c48c2ece1a7475c9c86bc14ee37
dir: /bootstrap/

View raw version
#! /bin/sh

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