shithub: aacenc

ref: 9d47ee25e9a45452256fd04eba8fa391a3046a0b
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