shithub: aacenc

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