shithub: aacenc

ref: 772aa2cee4fda55e2104240bf4d58f389c6f1f90
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