shithub: aacenc

ref: 6ed74e1397bb62df56665d6fdf8d76d2fca393ac
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