ref: d26591730d2b04b21ca6533c2635225dd67a043f
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"