shithub: aacenc

ref: 5eb3da87e785a5d743adc1d7ee2ff9a79343c325
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