ref: 20a0a2675017c51034c173dcf5b5ad00f255e51c
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"