shithub: aacenc

ref: 19f9c28af484bf6a00d42aec2e2243fd14c53df7
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