shithub: aacenc

ref: 70953ef97dc61e5942930635454934c1f7c26897
dir: /bootstrap/

View raw version
#! /bin/sh

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