shithub: aacenc

ref: 3a0e440fef1a9834cd377512485c407ec0213bce
dir: /bootstrap/

View raw version
#! /bin/sh

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