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