shithub: aacenc

ref: 1a6bd6cbe1228ec224e35870cac5420de00903f0
dir: /bootstrap/

View raw version
#! /bin/sh

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