shithub: aacenc

ref: c2524103165a50966239c54720dcbd7c39e7846d
dir: /bootstrap/

View raw version
#! /bin/sh

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