#!/bin/sh set -x # On MacOS X, the GNU libtool is named `glibtool'. HOSTOS=`uname` LIBTOOLIZE=libtoolize if test "$HOSTOS"x = Darwinx; then LIBTOOLIZE=glibtoolize fi $LIBTOOLIZE --force aclocal -I m4 autoheader automake --foreign --add-missing --copy --gnu autoconf