shithub: aacenc

ref: c27eaa4d006f419481783aab5565f59c164b74d1
dir: /bootstrap/

View raw version
#! /bin/sh

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