shithub: aacenc

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