shithub: aacenc

ref: 2eeefdff8782ca7cf50c7806ce37c4dbe45a25f3
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