shithub: aacenc

ref: 616339114cd7d6c7e2ab8a85b3d07ce19739f2f8
dir: /bootstrap/

View raw version
#! /bin/sh

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