ref: 580f32e643ef52c2e7603fee6064917d332df61b dir: /bootstrap/
#! /bin/sh aclocal -I . && \ autoheader && \ libtoolize --automake --copy && \ automake --add-missing --copy && \ autoconf && \ echo "Ready to run ./configure"