shithub: aacenc

ref: 01e7ed7a09fda1c453edb6aed593ce402e88ddd6
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