shithub: aacenc

ref: d1f971b95b0f316fd28bcb6757bb273ec4db441b
dir: /bootstrap/

View raw version
#! /bin/sh

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