shithub: aacenc

ref: 43af1b228d271f84549ce21d6afe5b7643da07a0
dir: /bootstrap/

View raw version
#! /bin/sh

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