shithub: aacenc

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