shithub: aacenc

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