https://github.com/Kitware/CMake
Revision 1529dfaa2f7f79d7e8b549e7b3d3d3d015bf1f70 authored by Bill Hoffman on 03 January 2007, 15:19:03 UTC, committed by Bill Hoffman on 03 January 2007, 15:19:03 UTC
This commit was manufactured by cvs2svn to create tag 'CMake-2-4-6'.
1 parent e72b0ba
Raw File
Tip revision: 1529dfaa2f7f79d7e8b549e7b3d3d3d015bf1f70 authored by Bill Hoffman on 03 January 2007, 15:19:03 UTC
ENH: merge in fixes from main tree
Tip revision: 1529dfa
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top