shithub: aacenc

ref: f6c5b60489d8183f607f25ec87001969682a02d8
dir: /bootstrap/

View raw version
#! /bin/sh

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