shithub: aacenc

ref: 5ea3d7fe0bd1c66f7736d76b48944f99c306a1b7
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