shithub: aacenc

ref: 053a95486c07a5d2bd938b0e0d7b4e8c3870ac1b
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