shithub: aacenc

ref: 029cfceb321c13945be20223b800d697afcaf6b4
dir: /bootstrap/

View raw version
#! /bin/sh

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