https://github.com/Kitware/CMake
Revision e8c1363ee8f08cf0b36e17f85ddb461abd06e0b6 authored by Brad King on 01 April 2016, 14:01:52 UTC, committed by CMake Topic Stage on 01 April 2016, 14:01:52 UTC
168e44e2 Merge branch 'upstream-KWSys' into update-kwsys
731ad172 KWSys 2016-03-31 (3392da1d)

2 parent s 9e33f02 + 168e44e
Raw File
Tip revision: e8c1363ee8f08cf0b36e17f85ddb461abd06e0b6 authored by Brad King on 01 April 2016, 14:01:52 UTC
Merge topic 'update-kwsys'
Tip revision: e8c1363
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top