shithub: aacenc

ref: 220bcea9c6eadd6378afaba28a3f3db6bad75c21
dir: /bootstrap/

View raw version
#! /bin/sh

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