shithub: aacenc

ref: c2e40caace3122c7be1649048fa00d2d213600b3
dir: /bootstrap/

View raw version
#! /bin/sh

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