shithub: aacenc

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