shithub: aacenc

ref: caac4f8651aab1cf4a31b01885f72eff6c9ebe7c
dir: /bootstrap/

View raw version
#! /bin/sh

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