shithub: aacenc

ref: 7d9c89e84846d71e95fd1517d2c3aa91c94d158b
dir: /bootstrap/

View raw version
#! /bin/sh

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