shithub: aacenc

ref: c0c56a7b0559f23b4b7b68e9bb5f449907e750c0
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