shithub: aacenc

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