shithub: aacenc

ref: c3c980d74c8b81c613c8ab1756612cbbcb232a90
dir: /bootstrap/

View raw version
#! /bin/sh

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