shithub: aacenc

ref: af625e4f7712cd23bb2e5c2229069edc2383731b
dir: /bootstrap/

View raw version
#! /bin/sh

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