shithub: aacenc

ref: caabc05d2dc01650477aa35ad7fe4a964d9173ab
dir: /bootstrap/

View raw version
#! /bin/sh

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