shithub: aacenc

ref: eb8cb8c7cee629be513d708cf19e639d800ab05f
dir: /bootstrap/

View raw version
#! /bin/sh

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