shithub: aacenc

ref: 038bd167b0e06eee85c388163a19086794e8f791
dir: /bootstrap/

View raw version
#! /bin/sh

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