shithub: aacenc

ref: a80a5abfea4b045428056ca0e42cc64d7d667d55
dir: /bootstrap/

View raw version
#! /bin/sh

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