shithub: aacenc

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