shithub: aacenc

ref: dcb8dde7e12044abd7b4f9ffea89f2b9ecabd0f9
dir: /bootstrap/

View raw version
#! /bin/sh

aclocal -I .
autoheader
if test "`uname -s`" = Darwin; then
    glibtoolize --automake
else
    libtoolize --automake
fi
automake --add-missing
autoconf