shithub: aacenc

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