shithub: aacenc

ref: 0feb3cab9fd2395f7de759c7dc36124a27269b9b
dir: /bootstrap/

View raw version
#! /bin/sh

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