shithub: aacenc

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