shithub: aacenc

ref: e9f5e69cb400c9118fab861d176252cd65197d37
dir: /bootstrap/

View raw version
#! /bin/sh

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