Revision cbe3ee58ca568ede66ff04abb6b73ac39b092701 authored by Stephen Kelly on 18 July 2015, 16:59:18 UTC, committed by Stephen Kelly on 18 July 2015, 16:59:18 UTC
1 parent e7fbd48
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top