shithub: aacenc

ref: 2b7d9a96e128b76776f5365b3a93d6de9d1e8ea5
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