shithub: aacenc

ref: 117b3365d161a0107ca4dcbfcd79554c5a1e4312
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