shithub: aacenc

ref: ccbc21fc787e44d174ff8158ee8ab31737f6a52b
dir: /bootstrap/

View raw version
#! /bin/sh

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