shithub: aacenc

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