shithub: aacenc

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