shithub: aacenc

ref: b7c6697fbee79f370cd5d6c7d379d3385cbc4b91
dir: /bootstrap/

View raw version
#! /bin/sh

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