shithub: aacenc

ref: 8757a20d2b93d63236b8e7bb85df85596b75b238
dir: /bootstrap/

View raw version
#! /bin/sh

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