shithub: aacenc

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