shithub: aacenc

ref: e7c9036d2c72450694cf18ae6bbf8f4fa84200b5
dir: /bootstrap/

View raw version
#! /bin/sh

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