Revision f11243d13e104e61949c7023ada5a9e74d653e5c authored by Chuck Atkins on 02 June 2016, 18:46:32 UTC, committed by Chuck Atkins on 02 June 2016, 18:46:32 UTC
1 parent 91f6e79
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top