shithub: aacenc

ref: b1d1bf69540af0af6cffe8195bf2b6c24ab556ee
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