shithub: aacenc

ref: d68868c7609832683bf8bbd7fd7bd67c7d262729
dir: /bootstrap/

View raw version
#! /bin/sh

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