shithub: aacenc

ref: 0557336a25dd337e46f5462c75aad68b77803cba
dir: /bootstrap/

View raw version
#! /bin/sh

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