This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
224dde9085
CMake
/
configure
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Merge in changes to CMake-2-8 RC 2
2009-10-02 01:21:28 +04:00
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
ENH: Configure script now just invokes bootstrap script.
2003-06-23 16:58:19 +04:00
exec "${cmake_source_dir}/bootstrap" "$@"