shithub: aacenc

ref: d44e2d7e3a6e0cba9781f5366003212652d542e5
dir: /bootstrap/

View raw version
#! /bin/sh

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