shithub: aacenc

ref: 4373a7ad9f9ca2321a763b5059c2fc969e7888a7
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