https://github.com/Kitware/CMake
Raw File
Tip revision: 0532e06572a6c0a109288b454a55752f1c3d0877 authored by Bill Hoffman on 15 May 2008, 19:40:01 UTC
ENH: merge in from main tree
Tip revision: 0532e06
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top