shithub: aacenc

ref: 19362bb4391f2ea7b994e4b2b9a2292943b12278
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