https://github.com/Kitware/CMake
Revision 69677ca4714de3dd349f3356e63ee33942f93d7e authored by KWSys Robot on 13 May 2011, 04:01:05 UTC, committed by KWSys Robot on 13 May 2011, 04:12:04 UTC
1 parent da9ba57
Raw File
Tip revision: 69677ca4714de3dd349f3356e63ee33942f93d7e authored by KWSys Robot on 13 May 2011, 04:01:05 UTC
KWSys Nightly Date Stamp
Tip revision: 69677ca
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top