shithub: aacenc

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