shithub: aacenc

ref: 27afaa1f7b2eed61b42b2b3c7bf848c907fa4b28
dir: /bootstrap/

View raw version
#! /bin/sh

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