shithub: aacenc

ref: 8189c79dd7fee27441f015e18e3c77cfaa0bbaca
dir: /bootstrap/

View raw version
#! /bin/sh

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