shithub: aacenc

ref: cc0cd379c13d51b38eb0bd21d6496c42838b8835
dir: /bootstrap/

View raw version
#! /bin/sh

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