shithub: aacenc

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