https://github.com/Kitware/CMake
Revision 0634c9d78e6d6128dcf81e7a8970711a69a095f2 authored by Bill Hoffman on 01 March 2008, 02:33:04 UTC, committed by Bill Hoffman on 01 March 2008, 02:33:04 UTC
1 parent 10d1639
Raw File
Tip revision: 0634c9d78e6d6128dcf81e7a8970711a69a095f2 authored by Bill Hoffman on 01 March 2008, 02:33:04 UTC
ENH: fix docs
Tip revision: 0634c9d
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top