shithub: aacenc

ref: 96c76788dfafecf12e1c28d4e0b079dc5075e6cf
dir: /bootstrap/

View raw version
#! /bin/sh

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