shithub: aacenc

ref: 4410ad69b1239491424d6d74bc48e2eda6054681
dir: /bootstrap/

View raw version
#! /bin/sh

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