shithub: aacenc

ref: 08f5deea621ea0dba25aa503e78c9bbd737f70c4
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