shithub: aacenc

ref: 0826f2e98f06d05257d66b9bd7368eda5802a534
dir: aacenc/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