shithub: aacenc

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