shithub: aacenc

ref: 26359c52b536099ecf67cb7e162b0d646d1ab62c
dir: /bootstrap/

View raw version
#! /bin/sh

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