shithub: aacenc

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