#!/bin/sh - # ====================================================================== # Configure script for G4Bench # # Note: # This script is an alternative cmake wrapper. # The script generates a cmake build directory in "build" directory. # You can do the same things with cmake command using -DXXX=VVV options. # ====================================================================== export LANG=C # ====================================================================== # help message # ====================================================================== show_help() { cat <