shithub: aacenc

ref: 82d43c9e6f6916c4ceb6a90b78525e82e6ae5a26
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