shithub: aacenc

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