shithub: aacenc

ref: 0355026bed764cc0ff80a0fdd6f8e16cc4cbcaad
dir: /bootstrap/

View raw version
#! /bin/sh

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