shithub: aacenc

ref: 58547908ce3d5c6f0b79153d015cc6f699f6eb30
dir: /bootstrap/

View raw version
#! /bin/sh

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