shithub: aacenc

ref: 8fbfb7b31852f2413ad0d7ef017e5d26ba0e5d21
dir: /bootstrap/

View raw version
#! /bin/sh

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