shithub: aacenc

ref: ba4a9a4055cf652475e2befa88720e0d0c0c8a50
dir: /bootstrap/

View raw version
#! /bin/sh

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