Revision 902ab6b5652a1858762696b8271c5a52e29aa041 authored by Brad King on 06 November 2012, 16:24:28 UTC, committed by Brad King on 06 November 2012, 16:24:28 UTC
1 parent f058b27
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top