CMake/configure

4 lines
99 B
Plaintext
Raw Normal View History

2009-10-02 01:21:28 +04:00
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"