shithub: aacenc

ref: 999b02adc5b52d8ddf09c9d6f340d9edbb62e4b2
dir: /bootstrap/

View raw version
#! /bin/sh

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