shithub: aacenc

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