shithub: aacenc

ref: 067c66a995bc417e4d312ce42e73614a6abc65b7
dir: /bootstrap/

View raw version
#! /bin/sh

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