shithub: aacenc

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