shithub: aacenc

ref: 030634c2a49d6e512cb2f0b553fcb1a311b771c5
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