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