shithub: aacenc

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