shithub: aacenc

ref: 0624ed7bc235c06b0e5c6fa87e469b429c34da32
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