shithub: aacenc

ref: 3b2e8325e64141aec18350b902d47599ebf24f2f
dir: /bootstrap/

View raw version
#! /bin/sh

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