shithub: aacenc

ref: 132c3cb00a9bd2ca54c407fa6f1c72247199db91
dir: /bootstrap/

View raw version
#! /bin/sh

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