shithub: aacenc

ref: 63fbfa8b1dcf8e244dd0270f31956e8cb8681ea9
dir: /bootstrap/

View raw version
#! /bin/sh

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