shithub: aacenc

ref: 22a3ded7fe5bd548a17297d27ff0f1d8e4faee4b
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