shithub: aacenc

ref: 71bcced2e52c711bf56e1afb6bb9899e0dcfa843
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