CMake/configure
2009-10-01 17:21:28 -04:00

4 lines
99 B
Bash
Executable File

#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"