shithub: aacenc

ref: 3aed0fbce5f920f0da9d193e25e83fae164b4cc3
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