shithub: aacenc

ref: 10655c15c4d96dc52679a4f0f66ccb2d94c9a277
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