shithub: aacenc

ref: 04c3030ff93a610d8e342c9c2ef7a2fe5ac96086
dir: /bootstrap/

View raw version
#! /bin/sh

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