shithub: aacenc

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