Revision 3a50c55ff6f0ad2f06d52f30fa8d1bcdef0c0730 authored by Brad King on 17 June 2016, 14:40:14 UTC, committed by Brad King on 17 June 2016, 14:40:14 UTC
2 parent s 4160d68 + 76b462e
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top