shithub: aacenc

ref: 71fcb768cbcbcf34f9039605d19d374efe3c91b7
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