shithub: aacenc

ref: df4a67b0906e82434b681e2f66dbf8aec290a2d1
dir: /bootstrap/

View raw version
#! /bin/sh

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