shithub: aacenc

ref: 5cea228a755a35b79ebc20b211dc4ee236c19fd9
dir: /bootstrap/

View raw version
#! /bin/sh

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