shithub: aacenc

ref: 14e9d3dcd6e7ac242f11208fb6db7a65d59a015f
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