shithub: aacenc

ref: 6cbab3b1d30fbf7b1cc22eb7f7c2e1cbf4eaf636
dir: /bootstrap/

View raw version
#! /bin/sh

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