shithub: aacenc

ref: 3e3d971cfa090757d18c4dfc6f74baa80f4c3a0c
dir: /bootstrap/

View raw version
#! /bin/sh

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