shithub: aacenc

ref: 590ad03a7e3fa9f3479f4e408bee93712b8b89df
dir: /bootstrap/

View raw version
#! /bin/sh

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