shithub: aacenc

ref: 63c7c06747fbfa3dae13610e5a449f2f17bea7f1
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