Revision 9ad3fa7e853d933e70af0a75d711ffa1d926b507 authored by KWSys Robot on 03 April 2012, 04:01:02 UTC, committed by KWSys Robot on 03 April 2012, 04:05:07 UTC
1 parent 0454057
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top