shithub: aacenc

ref: 8157d7aaf50eb81f9eb7228a356e4fcd854447db
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