shithub: aacenc

ref: 66b8a342e7da70ac716c945bcb9cd56ee201eee0
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