Revision de80993a2020e64259f12f608d11d1ace9a719a6 authored by Stephen Kelly on 25 July 2015, 18:58:55 UTC, committed by Stephen Kelly on 27 July 2015, 19:58:49 UTC
1 parent 611220f
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top