shithub: aacenc

ref: 3a38fe22ccb9b45bbe37642ae9f37c286173afa4
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