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