https://github.com/Kitware/CMake
Revision 417c53af26011078000a0b2ee2d2886302c6ecc7 authored by Bill Hoffman on 18 July 2008, 15:24:26 UTC, committed by Bill Hoffman on 18 July 2008, 15:24:26 UTC
1 parent e5d5a64
Raw File
Tip revision: 417c53af26011078000a0b2ee2d2886302c6ecc7 authored by Bill Hoffman on 18 July 2008, 15:24:26 UTC
ENH: merge in fix for xcode 3.1 build from main tree
Tip revision: 417c53a
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top