shithub: aacenc

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