shithub: aacenc

ref: f0f45dfd92adfe3c02a984a9164aaa2b0c3fae7b
dir: /bootstrap/

View raw version
#! /bin/sh

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