shithub: aacenc

ref: 8c8ff056773d89ab17aa252d449d8ca6d8d6d66d
dir: /bootstrap/

View raw version
#! /bin/sh

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