shithub: aacenc

ref: 8b72935bacb2455e8d1ba97b50aef775b5b1424f
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