shithub: aacenc

ref: 15da6ef6d3db1c0ac7e0324e113c68c72e05e5cc
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