shithub: aacenc

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