shithub: aacenc

ref: 1ca9450623f43ba64b32f3a66f9a1301ad56c1fc
dir: /bootstrap/

View raw version
#! /bin/sh

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