shithub: aacenc

ref: 5ec05bed599e26e96a7c0da327f21dc1ef8f4c1d
dir: /bootstrap/

View raw version
#! /bin/sh

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