shithub: aacenc

ref: 6de315c5c8219b3b43f05962b72cff50b5db5e60
dir: /bootstrap/

View raw version
#! /bin/sh

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