shithub: aacenc

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