shithub: aacenc

ref: be1c1ef422e6e4989c87a494f620b620ce743e1e
dir: /bootstrap/

View raw version
#! /bin/sh

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