shithub: aacenc

ref: 68bf95fb72197840b719074dd365b4a2a0c383c4
dir: /bootstrap/

View raw version
#! /bin/sh

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