shithub: aacenc

ref: 4dd09a44d890aa7b1e561a067613ee4d93ac69e1
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