shithub: aacenc

ref: f8fb982129460df2d5ae12ac034e22429d3f01f4
dir: /bootstrap/

View raw version
#! /bin/sh

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