shithub: aacenc

ref: 02c9fc5a321e937c6800e1f81def4a7f2c43696d
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