ref: 96eeea189ca734359c7707ecb942771e3ec95138
dir: /bootstrap/
#! /bin/sh case $OSTYPE in darwin*) LIBTOOLIZE=glibtoolize ;; *) LIBTOOLIZE=libtoolize ;; esac aclocal -I . && \ autoheader && \ $LIBTOOLIZE --automake --copy && \ automake --add-missing --copy && \ autoconf && \ echo "Ready to run ./configure"