shithub: aacenc

ref: 3af4dbaa60ef6296d7b2b5b5e19897b8fa25e856
dir: /bootstrap/

View raw version
#! /bin/sh

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