ref: 023295e070a26f9b025383ea5c19ba3a4b0e5e86
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"