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