shithub: aacenc

ref: 07e7d722bae56afeb9bd1e0f40c478e6fa556635
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