ref: 881b5e263f25a8a8b714e83407fc2c9dab407e40
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"