shithub: aacenc

ref: d1596970c7f9c6f3c4a9b1b953b8b051b81313d7
dir: /bootstrap/

View raw version
#! /bin/sh

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