shithub: aacenc

ref: 7e7c82ee0f6c160270b48f3370a1a3b5cdb9fa28
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