shithub: aacenc

ref: b5e3eb770b7171e177583462d777d4ff10d6e9e9
dir: /bootstrap/

View raw version
#! /bin/sh

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