shithub: aacenc

ref: c7235a01f4d485e9eb0ca4e5327029d9b867078b
dir: /bootstrap/

View raw version
#! /bin/sh

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