shithub: aacenc

ref: a3dfc26b9bead7bc4eb223913a58fc3639d399fd
dir: /bootstrap/

View raw version
#! /bin/sh

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