shithub: aacenc

ref: c3b6713ce9add1b13fa50d464eb8bf58e5accb33
dir: /bootstrap/

View raw version
#! /bin/sh

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