shithub: aacenc

ref: 720a58c5a3f6f8c91f9a3332c16ddb3e7866ba5f
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