shithub: aacenc

ref: 98c796a020ba9bed691702b524f41bfbd609cdde
dir: /bootstrap/

View raw version
#! /bin/sh

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