shithub: aacenc

ref: be63b1cdcfdb00b76238d4a854ae833f3b61b783
dir: /bootstrap/

View raw version
#! /bin/sh

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