https://github.com/Kitware/CMake
Raw File
Tip revision: caf9b562ec55be7ce5975bdcf13a6dc6a1787368 authored by Bill Hoffman on 21 February 2009, 19:43:45 UTC
BUG: make sure you can build cmake without an X server
Tip revision: caf9b56
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top