Revision 5b06896ba85f20d621b052c75930e671fc3c37fa authored by Brad King on 09 February 2016, 15:35:53 UTC, committed by Brad King on 09 February 2016, 15:35:53 UTC
2 parent s 0570b4e + a12b0f1
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top