shithub: aacenc

ref: 4aed7fa3dc77418e63ed96884382dacf4e48b473
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