shithub: aacenc

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