shithub: aacenc

ref: 9b794d503b390e8577757343935d8f0487b6ce26
dir: /bootstrap/

View raw version
#! /bin/sh

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