shithub: aacenc

ref: c8e0f497f000cdd9c355ed07e9f0ca4484a8a5c2
dir: /bootstrap/

View raw version
#! /bin/sh

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