shithub: aacenc

ref: 7bcbeb7851fbeb7a2093cedcf7867c4241168d09
dir: /bootstrap/

View raw version
#! /bin/sh

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