shithub: aacenc

ref: 87aa6fb0d4e04eb7a0e22f0558a022851217cb03
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