shithub: aacenc

ref: 2a38f4826e162c193b00682b7a6a8fe1fddf42e6
dir: /bootstrap/

View raw version
#! /bin/sh

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