shithub: aacenc

ref: 2e62951e6789db8b6b166c75f30632cf83ea7b8e
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