shithub: aacenc

ref: 29dead338461d0883d734fc6e8e8f83d22510e43
dir: /bootstrap/

View raw version
#! /bin/sh

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