Revision d25dbc9059b9058b69a1b1380aa55df0e634d520 authored by Brad King on 07 February 2014, 18:34:33 UTC, committed by Brad King on 07 February 2014, 18:35:31 UTC
The test just wants a source file from outside its tree.
Use README.rst instead.
1 parent 6abdc6c
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top